We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Intended outcome:
Actual outcome:
releated line
mobx/packages/mobx-react/src/observerClass.ts
Line 216 in 7cdc7ec
Line 132 in 7cdc7ec
mobx/packages/mobx-react/src/utils/utils.ts
Line 120 in 7cdc7ec
because realMethod componentDidMount will run before patched componentDidMount where admin.mounted change to true
results reaction returned unexpected
How to reproduce the issue:
Versions mobx@6.9.0 mobx-react@8
The text was updated successfully, but these errors were encountered:
mobx-react@8 was removed from npm, so you shouldn't be using it, but the info is still valuable, thank you for the report.
Note to self: wrap lifecycle methods in action?
action
Sorry, something went wrong.
observer
StrictMode
No branches or pull requests
Intended outcome:
Actual outcome:
releated line
mobx/packages/mobx-react/src/observerClass.ts
Line 216 in 7cdc7ec
mobx/packages/mobx-react/src/observerClass.ts
Line 132 in 7cdc7ec
mobx/packages/mobx-react/src/utils/utils.ts
Line 120 in 7cdc7ec
because realMethod componentDidMount will run before patched componentDidMount where admin.mounted change to true
results reaction returned unexpected
How to reproduce the issue:
Versions
mobx@6.9.0 mobx-react@8
The text was updated successfully, but these errors were encountered: