Fork me on GitHub
#om-next
<
2021-09-28
>
ccann20:09:25

we’re constantly seeing > 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 the componentWillUnmount method. in our Om Next app, even with bare minimum components. Does anyone know what’s going on here?

ccann18:09:12

seems to happen when a component’s query includes the app’s current route. Maybe there’s something going on with the router