mauerwerk icon indicating copy to clipboard operation
mauerwerk copied to clipboard

Can't call setState (or forceUpdate) on an unmounted component

Open seandavidmcgee opened this issue 6 years ago • 1 comments

I'm getting this error: Warning: Can't call setState (or forceUpdate) 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 the componentWillUnmount method. in Spring (created by Transition)

Any thoughts?

seandavidmcgee avatar Aug 10 '18 18:08 seandavidmcgee

I think I’ve fixed it in the upcoming React spring version. Will update soon.

drcmda avatar Aug 10 '18 20:08 drcmda