When timeout has not elapsed yet and the component is unmounted, I'm getting this error once the timeout elapsed.
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 Provider (created by ComponentWithDefaultLayout)
When timeout has not elapsed yet and the component is unmounted, I'm getting this error once the timeout elapsed.