-
-
Notifications
You must be signed in to change notification settings - Fork 176
TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner') #531
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
Comments
Same problem
|
Given this response, it seems as if we have no influence on this |
I've got the same error after updating react to 19. This fix in "overrides": {
"ink": {
"react": "^17.0.2"
}
}, The version |
It doesn`t work for me :( |
@EvgeniyWis Do you have the same error? |
Yes |
@EvgeniyWis You should remove |
https://github.com/EvgeniyWis/SuncovRussian - there is my repo |
@EvgeniyWis I've made the changes and
|
Thank you so much! I had to do a lot of manipulations, but your help made an important first step in solving this problem) |
This solution worked for me as well. Thank you @jiroler for the solution, and thank you @EvgeniyWis for quite good describing the issue |
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: