-
-
Notifications
You must be signed in to change notification settings - Fork 172
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 'ReactCurrentOwner') #531
Comments
Same problem
|
Given this response, it seems as if we have no influence on this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running loki I get this error:
I looked at the react-reconciler.development.js file and concluded that the issue is that the react-reconciler library that loki uses uses React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, which is highly discouraged. Does anyone have any idea how this can be affected?
The text was updated successfully, but these errors were encountered: