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
I wonder if someone has made it to work with react query, or if the library only works with certain type of hooks.
I have the following configuration, but updates to data doesn't cause it to log. const { data, error } = useQuery... whenever data updates component will re-render, but I don't see anything in console. (useState updates are visible though)
I wonder if someone has made it to work with react query, or if the library only works with certain type of hooks.
I have the following configuration, but updates to data doesn't cause it to log.
const { data, error } = useQuery...
whenever data updates component will re-render, but I don't see anything in console. (useState updates are visible though)The text was updated successfully, but these errors were encountered: