WickyNilliams / react-simple-colorpicker

Simple, composable, lightweight colorpicker for react
http://wicky.nillia.ms/react-simple-colorpicker
MIT License
46 stars 19 forks source link

Fix React warning: "Warning: setState(...): Can only update a mounted or mounting component" #25

Closed iurevych closed 5 months ago

iurevych commented 6 years 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:

Before:

After:

Steps to reproduce:

  1. Change example/src/app.js to the following content https://gist.github.com/iurevych/24bd2c388c7bbefccf4d24a62ca124ad
  2. When dragging the color slider press Esc key