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
With [email protected], Uncaught TypeError: Cannot read property 'string' of undefined occurs because lib/react/link.js in the released 0.0.6 package from npm includes these lines which uses react.PropTypes.
With
[email protected]
,Uncaught TypeError: Cannot read property 'string' of undefined
occurs becauselib/react/link.js
in the released0.0.6
package from npm includes these lines which usesreact.PropTypes
.I think separating the package
prop-types
fromreact
at React v15.5 would cause this issue.https://reactjs.org/docs/typechecking-with-proptypes.html
Rebuilding
redux-tower
from the latest source codes resolves the problem in my environment.The text was updated successfully, but these errors were encountered: