-
Notifications
You must be signed in to change notification settings - Fork 72
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
Getting error reactNodeRef must hold a reference to a ReactNode. unclear why #142
Comments
As far as I know, "react": "^16.6.3",
"react-dom": "^16.6.3", My project works well with above |
@yuchaosydney I updated my dependencies and reinstalled everything, still getting the same error. Even tried to use a basic react component I wrote myself, still not getting any luck. If you have a link to a project or gist where I can see how you integrated a component library, that would be very helpful |
I was seeing this as well (although I didn't notice any negative side effects). It goes away if I set reactNodeRef to static = true: |
Did you have any success resolving this issue @bryandbs. I'm having the same problem |
Same issue |
I had the same error, tried all suggested fixes and it still didn't work. In my case, I forgot to set |
I'm trying to wrap a slate editor by following the fabric examples. I can't seem to get a basic example working. I've set up a module like:
and a simple component:
I've installed the following dependencies:
I'm at a bit of a loss and would appreciate any guidance on what I'm doing wrong here.
The text was updated successfully, but these errors were encountered: