ReactDOM has the identifierPrefix option for createRoot/hydrateRoot which should be used when multiple roots are used on the same page to support the new useId hook. Having multiple roots happens to be particularly likely when using single-spa, so identifierPrefix should be supported and recommended to use with single-spa-react.
ReactDOM has the
identifierPrefixoption forcreateRoot/hydrateRootwhich should be used when multiple roots are used on the same page to support the newuseIdhook. Having multiple roots happens to be particularly likely when using single-spa, soidentifierPrefixshould be supported and recommended to use with single-spa-react.