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
When using two separate instances of createSWRInfiniteProxy in a single view without specifying a custom key in the request configuration, there seems to be an issue with key assignment. Both instances appear to share the same key internally, leading to cache-related problems.
When using two separate instances of createSWRInfiniteProxy in a single view without specifying a custom key in the request configuration, there seems to be an issue with key assignment. Both instances appear to share the same key internally, leading to cache-related problems.
E.g:
The userData is the same as medicationsData
Client
When print swr cache the result is:
Code to print:
another print where the cache is saved well but without using inifinite
Packages versions
Thank you very much for your help
The text was updated successfully, but these errors were encountered: