-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Description
The Me query
const [{data, fetching,}] = useMeQuery()
is called twice when the page. I tried removing the<React.StrictMode> but it still gets called twice.
it loads once with no data and then a second time with data and it makes a user component that I made blink. is there a way to wait for it to load and then check for the data or to check for the data before rendering the page? New to this thank you
Metadata
Metadata
Assignees
Labels
No labels