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
I just installed and am using this awesome package and noticed that I'm getting a react warning about proptypes:
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
I took a look at the code and it looks like the native React.PropTypes is being used. Any way you could update this to use the npm prop-type package now? React is deprecating this in the near future.
Let me know when you can. Thanks! -Chris
The text was updated successfully, but these errors were encountered:
I just installed and am using this awesome package and noticed that I'm getting a react warning about proptypes:
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
I took a look at the code and it looks like the native React.PropTypes is being used. Any way you could update this to use the npm prop-type package now? React is deprecating this in the near future.
Let me know when you can. Thanks! -Chris
The text was updated successfully, but these errors were encountered: