Closed iurevych closed 5 months ago
This PR fixes React warning: Warning: setState(...): Can only update a mounted or mounting component when the ColorPicker is used inside some togglable element:
Warning: setState(...): Can only update a mounted or mounting component
Before:
After:
Steps to reproduce:
example/src/app.js
Esc
This PR fixes React warning:
Warning: setState(...): Can only update a mounted or mounting component
when the ColorPicker is used inside some togglable element:Before:
After:
Steps to reproduce:
example/src/app.js
to the following content https://gist.github.com/iurevych/24bd2c388c7bbefccf4d24a62ca124adEsc
key