-
Notifications
You must be signed in to change notification settings - Fork 254
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
Remote module with shared react with react hooks #462
Comments
Facing same issue |
@bw-kshitij-vengurlekar Did you solve it somehow? |
I'm not at my computer right now. But I think the issue is you're not sharing react. I'll have to get back to me keyboard to confirm. If you go into source in the browser you should see federated react and that's the use state the remote should be using. |
Same here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions
Reproduction
What is Expected?
To work great with the hook.
What is actually happening?
I get:
Uncaught TypeError: Cannot read properties of null (reading 'useState')
Same code without the useState hook works great!
Any ideas how to fix? workaround?
I think the opened PR is supposed to fix this issue?
#450
Thanks community!
The text was updated successfully, but these errors were encountered: