You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since flow-types are hand written, and TS has become the industry standard
as well stopped maintaining the Flow types so I think the file is still
just accidentally there, but it is not up to date anymore.
I currently try to update Mobx 4 to 6. In my js configuration before I did import the types from:
But it seems like there exist not longer a flow typing in the exported package as the flow-types not there.
Intended outcome:
That the flow types are still exported:
https://github.com/mobxjs/mobx/tree/mobx%406.10.2/packages/mobx/flow-typed
Actual outcome:
No flow types exported:
mobx/packages/mobx/package.json
Lines 15 to 21 in bbd6099
How to reproduce the issue:
Try to import flow types for mobx.
Versions
6.10.2 and 6.11.0 tested.
The text was updated successfully, but these errors were encountered: