Hello.
When testing requests with routing, I noticed that in DevTools the number of subscriptions keeps increasing for the same request key. However, in StrictMode this doesn’t happen. What could be the reason? Could it be that unsubscribe isn’t handled correctly in normal mode?