Features
- When using
<Parcel>
component, thedomElement
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 thanReactDOM.createRoot().render()
. This fixes things for React < 18 (#126)