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? 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
Intended outcome: use flow.bound ,generator func bind this correctly
Actual outcome: this is undefined
How to reproduce the issue: codesandbox url
Versions mobx 6.3.12 mobx-react-lite 3.2.3 react 17.0.2 react-dom 17.0.2 react-scripts 4.0.0
The text was updated successfully, but these errors were encountered:
Weird, how is this passing? :D
mobx/packages/mobx/__tests__/v5/base/make-observable.ts
Line 695 in a563e37
EDIT: managed to replicate, working on it.
Sorry, something went wrong.
Fix #3271 flow.bound (#3273)
2380320
Successfully merging a pull request may close this issue.
Intended outcome: use flow.bound ,generator func bind this correctly
Actual outcome: this is undefined
How to reproduce the issue: codesandbox url
Versions
mobx
6.3.12
mobx-react-lite
3.2.3
react
17.0.2
react-dom
17.0.2
react-scripts
4.0.0
The text was updated successfully, but these errors were encountered: