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
State the versions of MobX and relevant libraries: MobX 4
Since MobX 4 uses ES6 Map, all typings related to Map<T> has been updated to Map<K, V> except observable.map. This introduces Flow error with Flow 0.69
I have prepared a PR to update the definition.
The text was updated successfully, but these errors were encountered:
I have a:
Since MobX 4 uses ES6 Map, all typings related to
Map<T>
has been updated toMap<K, V>
exceptobservable.map
. This introduces Flow error with Flow 0.69I have prepared a PR to update the definition.
The text was updated successfully, but these errors were encountered: