-
-
Couldn't load subscription status.
- Fork 1.8k
Description
Intended outcome:
When I use React18's new rendering API ReactDOM.createRoot().render, I get a lot of warnings. It should be guaranteed to be consistent with the previous behavior, run normally, and not throw warnings
warning message: react_devtools_backend.js:3973 Warning: Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.
Actual outcome:
I get a lot of warnings, but can't find the information I have in it, like below
Versions
mobx@^6.6.1 mobx-react@^7.5.1
