node_modules/redux-persist-filesystem-storage/index.js:33
33: .catch(error => callback(error && error)),
^^^^^^^^^^^^^^^^^^^^^^^^ function call. Function cannot be called on possibly undefined value
Looks like it just needs a simple existence check.
Got this error on flow 0.53.1.
Looks like it just needs a simple existence check. Got this error on flow 0.53.1.