casesandberg / casesandberg/react-color
Make component displayName the same as named exports
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
For example, the `ChromePicker` component's displayName is `Chrome`. Guess it would be better to keep the same name across. This should be helpful while writing tests of components that include one of these pickers. I was trying to assert if my component was rendering `ChromePicker` and spent a good few minutes before figuring out that the actual display name of the component is `Chrome`.
Happy to make a PR if this makes sense.
Contributor guide
Research direction
Start by locating the ChromePicker component and its displayName, then inspect the other picker exports for the same naming pattern. Confirm completion by checking that each component's displayName matches its named export and that component-rendering tests can refer to the exported names consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100