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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Right now refreshing the tokens are done through useEffect. However, with useSWR it can poll incrementally (while in focus) instead of when a user changes pages. It should be noted that the dispatch action will be passed to the second argument of useSWR and we still need to keep track of the redux state ourselves.
Right now refreshing the tokens are done through useEffect. However, with
useSWRit can poll incrementally (while in focus) instead of when a user changes pages. It should be noted that the dispatch action will be passed to the second argument ofuseSWRand we still need to keep track of the redux state ourselves.