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
We could use this new react-query feature to significantly speed up our UI via caching requests in localstorage, but it does not support deserializing a BN from localstorage. If we refactored or hooks not to return BNs, we could use this new feature.
We could use this new react-query feature to significantly speed up our UI via caching requests in localstorage, but it does not support deserializing a BN from localstorage. If we refactored or hooks not to return BNs, we could use this new feature.
https://react-query.tanstack.com/plugins/createLocalStoragePersistor
The text was updated successfully, but these errors were encountered: