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.
I'm still experiencing this with 0.57.3
Closing because of #5180
Most helpful comment
I'm still experiencing this with
0.57.3