react-color-gradient-picker
react-color-gradient-picker copied to clipboard
Component fails to respond if placed in a hidden container first.
Steps to reproduce:
- Render a color picker that is inside a div that is
display: none - Change the parent div to
display: blockResult: Color picker is shown but it's all kinds of messed up. The ui is not responsive.
The work around is to ensure the color picker is only rendered when it's visible.