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 the componentWillUnmount method.
С чем это может быть связано?
ты пытаешься обновить стейт, когда компонент анмаунт
Обсуждают сегодня