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
Pass true to the refetch and it's the whole scene, otherwise it's just the scene view
const refetch = useRefetch();
refetch(true)
Tried setState(prevContext => nextContext) but this infinitely looped. Don't think it's supported in startTransition
0 commit comments