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
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
-
I am replacing my api calls with RTK Query and i have a case where some queries needs to run after a query. Here is my example code:
the console log the correct order i want, which is:
My question is that is there any chance all three
isFetchingUser
,isFetchingFriendList
,isFetchingFollowerList
istrue
in one render?Beta Was this translation helpful? Give feedback.
All reactions