-
Notifications
You must be signed in to change notification settings - Fork 484
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
Cannot read properties of null (reading 'trySubscribe') cause he above error occurred in the <Connect(BoardContainer)> component #510
Comments
same issue here! |
1 similar comment
same issue here! |
just install react-redux, it will overwrite react-trello dep which is oudated. |
Hi I have the same problem, it seems that react-trello still using the old react API. |
@bkaganyildiz this is probably because your new React app is using React v18 and entirely wrapped in While not an ideal solution, you can remove the StrictMode for the entire app, and add it in a more granular way. Even better, I would avoid using the
|
This is the only spot on the entire internet where I saw this specific error mentioned. It's been driving me crazy. |
I'm trying to use react-trello created a new app and directly used simple Board implementation but encountered with this problem.
To Reproduce
Just created new react-app installed react-trello using npm install. Added Board with a sample data to App.
Uncaught TypeError: Cannot read properties of null (reading 'trySubscribe')
at Connect.componentDidMount (connectAdvanced.js:147:1)
at invokeLayoutEffectMountInDEV (react-dom.development.js:25133:1)
at invokeEffectsInDev (react-dom.development.js:27351:1)
at commitDoubleInvokeEffectsInDEV (react-dom.development.js:27327:1)
at flushPassiveEffectsImpl (react-dom.development.js:27056:1)
at flushPassiveEffects (react-dom.development.js:26984:1)
at performSyncWorkOnRoot (react-dom.development.js:26076:1)
at flushSyncCallbacks (react-dom.development.js:12042:1)
at commitRootImpl (react-dom.development.js:26959:1)
at commitRoot (react-dom.development.js:26682:1)
The above error occurred in the <Connect(BoardContainer)> component:
Do I miss something or is there a problem?
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: