-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Intended outcome:
use the @flow annotation
@flow
*fetch() {
return true
}
Actual outcome:
How to reproduce the issue:
add the @flow decorator to a generator inside a class
https://codesandbox.io/p/sandbox/gifted-dawn-w2vdz9?workspaceId=6ecfa4fe-9261-4054-86f0-83188ee28c65
code sandbox does not show the error, not sure if they show ts errors. I see the error locally in vscode and webstorm.
Versions
"mobx": "^6.13.3",
"mobx-react-lite": "^4.0.7",
"typescript": "^5.6.3",
Reactions are currently unavailable
