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 I use Single-SPA to perform a POC with a root and a React project following the CLI, it fails to initialize the React project, and I get the following error:
"Cannot read properties of undefined (reading 'ReactCurrentDispatcher')"
The text was updated successfully, but these errors were encountered:
When I use Single-SPA to perform a POC with a root and a React project following the CLI, it fails to initialize the React project, and I get the following error: "Cannot read properties of undefined (reading 'ReactCurrentDispatcher')"
Finally, the solution applied to avoid version issues in React has been to use SystemJS for module loading instead of Import Map Injector, which is pre-installed by Single-SPA when using its CLI to create applications. I’m still eager to make it work with the Import Map Injector using the CLI, but I haven’t been able to find a solution for that.
When I use Single-SPA to perform a POC with a root and a React project following the CLI, it fails to initialize the React project, and I get the following error:
"Cannot read properties of undefined (reading 'ReactCurrentDispatcher')"
The text was updated successfully, but these errors were encountered: