You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
at ImportedElement (http://127.0.0.1:7575/static/django_idom/client.js:31116:28)
at Element (http://127.0.0.1:7575/static/django_idom/client.js:31050:20)
I believe this is happening as a result of this promise which ought to be wrapped in useEffect. The setImportSource call should then be ignored if the ImportedElement has been unmounted.
The text was updated successfully, but these errors were encountered:
Originally posted by @Archmonger in #680 (comment)
I believe this is happening as a result of this promise which ought to be wrapped in
useEffect
. ThesetImportSource
call should then be ignored if theImportedElement
has been unmounted.The text was updated successfully, but these errors were encountered: