leonardokl / react-palette

Extract prominent colors from an image
https://leonardokl.github.io/react-spotify-background
172 stars 29 forks source link

How to use this with async hooks #12

Open realph opened 4 years ago

realph commented 4 years ago

How do I use react-palette with async hooks? I keep getting this error:

Warning: Can't perform a React state update on an unmounted component. This
is a no-op, but it indicates a memory leak in your application. 
To fix, cancel all subscriptions and asynchronous tasks in
a useEffect cleanup function.
talena6 commented 4 years ago

@realph were you able to solve this? I am having the same issue.