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
Seems to somewhat work on createReactClass components as long as the the propTypes declaration is not two deep like a PropTypes.string.isRequired or as long as functions are not used like: PropTypes.oneOfType(), PropTypes.arrayOf(), or PropTypes.shape(). Almost like PropTypes is being replaced with an empty object.
The text was updated successfully, but these errors were encountered:
I found that the plugin had issues when used with
createReactClass
example:
Seems to somewhat work on createReactClass components as long as the the propTypes declaration is not two deep like a
PropTypes.string.isRequired
or as long as functions are not used like:PropTypes.oneOfType()
,PropTypes.arrayOf()
, orPropTypes.shape()
. Almost like PropTypes is being replaced with an empty object.The text was updated successfully, but these errors were encountered: