Skip to content

v4.4.0

Compare
Choose a tag to compare
@joeldenning joeldenning released this 09 Sep 19:13
· 37 commits to main since this release

Features

  • 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)