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
We should do this after upgrading to React 18. React v18 has introduced concurrent batching and v3 does not support this feature. Once the React upgrade is done we should do this one.
The text was updated successfully, but these errors were encountered:
A quick tip - convert everything to use the object notation when calling useQuery / useInfiniteQuery in this so the further upgrade to v5 will be more seamless
We should do this after upgrading to React 18. React v18 has introduced concurrent batching and v3 does not support this feature. Once the React upgrade is done we should do this one.
The text was updated successfully, but these errors were encountered: