-
Hello,
After install and run with `create-react-app`, error occurs:
![proptypes](https://user-images.githubusercontent.com/5633434/39647493-190dd40a-4f94-11e8-868f-9618c634f6d7.JPG)
-
```
PreEndView.propTypes = {
footerLi: PropTypes.any.isRequired,
}
```
нельзя использовать any, это ломает все плюшки PropTypes
-
Do we need below in PersonForm?
1.PersonForm.propTypes = {
person: PropTypes.shape({
fullName: PropTypes.string,
job: PropTypes.string,
email: PropTypes.string
})
2.UpdateProperty Me…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-video-player@0.14.0` for the project I'm…
-
I've created [proptypes-parser](https://github.com/joonhocho/proptypes-parser) to make it easier to write PropTypes for React components.
Instead of writing
``` javascript
const propTypes = {
numb…
-
# Check List
- [x] React developer Tools
- [x] PropTypes - Cards con PropTypes
- [x] Proyecto: Landing Page Collaborative
- [x] Repaso Git en el repo del landing-page
## PropTypes
```jsx
im…
-
Is this library still maintained?
You want to upgrade PropTypes in the dependencies list. At least make non-strict version (e.g. ^15.6.0)
15.6.0 have [known vulnerabilities](https://snyk.io/test/n…
-
Hello,
After `npm install react-star-wars-crawl` and import, this error occurs:
![proptypes](https://user-images.githubusercontent.com/5633434/39647184-c4cae6d6-4f92-11e8-97d1-467351befee2.JPG)
…
-
Hi guys,
I have been trying to get the multislider to work with my React Native project. However whenever I try to import the multislider I receive an error message, Undefined is not an object (evalu…
-
Original issue: https://github.com/facebook/react/issues/8951