[Docs examples] Change proptypes import and usage to use `propTypes` not `PropTypes`
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
https://reactjs.org/docs/typechecking-with-proptypes.html
When importing the proptypes library, eslint warns you that you should be using the camelCase format of propTypes and not use PascalCase PropTypes.
Other pages that may need updating:
https://reactjs.org/docs/static-type-checking.html
https://reactjs.org/docs/legacy-context.html#how-to-use-context
:)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the type-checking with PropTypes documentation page, then review the linked static type-checking and legacy context pages for the same examples. Update the import and usage examples to use camelCase propTypes rather than PascalCase PropTypes, and confirm the documentation examples no longer trigger the reported ESLint warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100