Feature request to support circular refs
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.
Feature request to support circular refs
React Query supports data structures returned from
queryFnthat are notJSONcompatible. 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.