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
kitten
changed the title
refocusExchange not refetching on window focus, only on tab change
(refocus) - refocusExchange not refetching on window focus, only on tab change
Feb 16, 2022
We are currently using this event which is a lot less aggressive compared to just focussing as focussing fires a lot 😅 the exchange is fairly small so maybe vendoring it is the best option here.
Main reason to move away from the focus event can be found here #1063
refocusExchange is not refetching on window focus, only on tab change
urql version & exchanges:
"@urql/exchange-refocus": "^0.2.5"
"urql": "^2.1.3"
Windows 10 / Latest edge browser
Steps to reproduce
https://codesandbox.io/s/peaceful-pare-o1nxf?file=/src/index.js
https://o1nxf.csb.app/
Expected behavior
Query should refetch on window focus in addition to tab change (similar to react-query)
Actual behavior
Query only refetches on tab change
The text was updated successfully, but these errors were encountered: