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
For example, I can remove react-redux_v5.x.x.js from flow-typed/npm folder and flow will not complain.
But if I'll change something else - for example, if I'll remove passing of a required prop of a React Component to check if flow will find the error - flow will start to see that there's no react-redux libdefs.
Flow 0.56 worked as expected: started to complain right after remove of libdefs.
The text was updated successfully, but these errors were encountered:
For example, I can remove
react-redux_v5.x.x.js
fromflow-typed/npm
folder andflow
will not complain.But if I'll change something else - for example, if I'll remove passing of a required prop of a React Component to check if
flow
will find the error -flow
will start to see that there's noreact-redux
libdefs.Flow 0.56 worked as expected: started to complain right after remove of libdefs.
The text was updated successfully, but these errors were encountered: