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
React Query supports data structures returned from queryFn that are not JSON compatible. This tool fails processing such data with a maximum callstack error. In our case, the data has cyclical structures/circular refs in it.
This might be a limitation in socket-io and it's understandable if it's never going to be supported.