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
Hi, I'm using useRecoilRefresher_UNSTABLE to force an evaluation of a query to the server.
The problem is sometimes it just randomly doesn't work. Meaning that the call is made to the function and the fetch simply doesn't happen in the Network tab of the browser. This is strange since sometimes it does work. In fact, very often wherever I introduce a code change that adds a refresh, it doesn't work for a while. The refresh function is definitely being called since I have it surrounded by console logs and they print...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm using
useRecoilRefresher_UNSTABLE
to force an evaluation of a query to the server.The problem is sometimes it just randomly doesn't work. Meaning that the call is made to the function and the fetch simply doesn't happen in the Network tab of the browser. This is strange since sometimes it does work. In fact, very often wherever I introduce a code change that adds a refresh, it doesn't work for a while. The refresh function is definitely being called since I have it surrounded by console logs and they print...
Any ideas on this?
Beta Was this translation helpful? Give feedback.
All reactions