v5.0.0
What's Changed
- React 18 support. by @filoxo in #148
- if upgrading from single-spa-react@4, replace
ReactDOM
withReactDOMClient
- if upgrading from single-spa-react@4, replace
- Change default renderType to
createRoot
. by @filoxo in #148- if your application is using React 17 and below, you must explicitly define the
renderType
option. For most, this is"render"
but others are also supported.
- if your application is using React 17 and below, you must explicitly define the