-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading '_internalRoot') #165
Comments
Same problem with nextjs 12.1.6 |
Can reproduce it. |
Same for me. |
Has anyone found a workaround or solution for this? React 18.1.0 |
#172 |
This issue happens when const root = createRoot(container)
root.render(<App />) instead of: const { render } = createRoot(container)
render(<App />) |
@arthwood you, sir, are the real hero. Thanks, it worked for me! |
React With single-spa
with the function:
same issue with
Originally posted by @adamdaly in #136 (comment)
The text was updated successfully, but these errors were encountered: