-
-
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
index.js:201 Uncaught TypeError: Cannot read properties of undefined (reading '_internalRoot') at createDevToolDataObject (index.js:201:1) #177
Comments
I'm also experiencing this. I was wondering if there is a workaround? |
I am also suffering from this issue. |
Even passing the root app doesn't work: |
I solved it with this #172 (comment) It's not great, but better than it just not working at all. |
I honestly just switched to Jotai. Jotai is atom-based state just like Recoil but with none of the sharp edges... |
I think this library has been abandoned, the last commit was ages ago. Does anyone know of a good alternative? |
My team hasn't had any issues with Recoil and it seems to be in active development. Just this helper plugin seems to be abandoned.
Either way, I was just posting to let other people know who are running into this issue. |
Sorry, I was referring to this plugin. |
I just install recoilize to chrome
https://chrome.google.com/webstore/detail/recoilize/jhfmmdhbinleghabnblahfjfalfgidik
and install the npm package "recoilize": "^3.1.6",
and I get this error:
For some reason _reactRootContainer is not define recoilizeRoot._reactRootContainer
The text was updated successfully, but these errors were encountered: