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
hello
i updated package to version 9.0.0-rc.2 and I'm using rtkQuery. when I fetch data in ssr and then I set wrapper.useHydration(props), when I leave the page the subscription is still active:
even when I add this keepUnusedDataFor: 60 property to createApi and the cache is not getting cleared.
The text was updated successfully, but these errors were encountered:
even in your demo-redux-toolkit project in pokemon page, this is happening. when we call rtkQuery API from getServerSideProps, it's subscription is not unsubscribe when we leave the page:
here's an example when I entered pokemon page 5 times and leave, it's subscriptions still exist
hello
i updated package to version 9.0.0-rc.2 and I'm using rtkQuery. when I fetch data in ssr and then I set wrapper.useHydration(props), when I leave the page the subscription is still active:
even when I add this keepUnusedDataFor: 60 property to createApi and the cache is not getting cleared.
The text was updated successfully, but these errors were encountered: