casesandberg / casesandberg/react-color
BUG: SketchPicker Component in SSR project display warning props don't match
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
SketchPicker use in the SSR project:
`
chrome devtools show:

during debug the SketchPicker source code, I find there is something need update:
https://github.com/casesandberg/react-color/blob/master/src/components/sketch/Sketch.js#L118

Checkboard need props renderers, then server render is the same with client render.
may be I can pull requests resolve it.
Contributor guide
Research direction
Start with src/components/sketch/Sketch.js around the referenced line and trace how SketchPicker renders Checkboard when custom renderers are supplied. Verify the SSR and client output no longer produce the reported props-mismatch warning, using the provided SketchPicker example as the reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100