Preventing a specific query from triggering `onError`
I have the following client setup
And in my RootRoute, I fetch user data on
Is there a way to prevent this specific query used in
And in my RootRoute, I fetch user data on
beforeLoad function and immediately showing the pendingCompoent. When the query fails, it triggers the toast.error and then redirects.Is there a way to prevent this specific query used in
beforeLoad to trigger the toast message?