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
Duck-type subscription in prop checks (reduxjs#628)
* Duck-type subscription in prop checks
Use `PropTypes.shape` instead of instanceOf checks which don't work across multiple instances of react-redux. Granted it's not a problem that _should_ occur since they should be deduped, but dependency management is hard, and sometimes that's not feasible due to symlinks and the like. This is (I think) is more idiomatic JS any way :)
thanks! (sorry if something obvious is off i wrote this in the GH editor)
* Centralize PropType shapes.
0 commit comments