You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using <Parcel> component, the domElement prop is now passed to parcels that are being updated. This is helpful for them to ensure that the parcel updates the correct dom element rather than creating a new dom element. (#126)
Fixes
Fix issue where parcels created by single-spa-react weren't properly updated if they used ReactDOM.render() rather than ReactDOM.createRoot().render(). This fixes things for React < 18 (#126)