-
I'm getting this warning in my web console:
```
Warning: Failed context type: Calling PropTypes validators directly is not supported by the
`prop-types` package. Use PropTypes.checkPropTypes() t…
-
PropTypes are no longer included in the React package and must be installed separately.
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-dash@0.0.11` for the project I'm working…
-
When providing the label property with a react element for example you will receive a warning, while this should be correct value.
-
Manually specified a propTypes file in loudplaces.disco.zone: https://github.com/thomasboyt/loudplaces.disco.zone/blob/master/app/propTypes.js
Ideas:
- Generate custom propTypes - e.g. for custom pos…
-
I keep receiving these warnings which are quite weird. I pass the correct instance of an Immutable List to the component yet I receive the following error message.
Failed prop type: Invalid prop `m…
-
Since PropTypes moved to their own library (React 15.5, not sure of the exact version of RN when this happened) the component doesn't work, since it throws an error about undefined values whenever som…
jcush updated
4 years ago
-
This would be a "highly opinionated" change, but it's one I think could benefit the entire community. By forcefully suggesting that people include propTypes (https://facebook.github.io/react/docs/reus…
-
Proptypes is imported from React in the original source code. But it should be imported from a separate package called 'prop-types'
ghost updated
7 years ago
-
Output on clean install / render:
![screen shot 2017-10-03 at 3 11 16 pm](https://user-images.githubusercontent.com/3058939/31151655-4e9df486-a84d-11e7-8ae1-617c73c7c637.png)
```
> glamorous-ex…