Jonathan Sun
Results
2
comments of
Jonathan Sun
The trivial solution to this would be to expand or remove the limit on `_listGUIFunctions.size()`. That being said, would it be better if certain functions sent to `_PostToGUIThread` were able...
 I've encountered similar scalability issues when using a large amount (around the scale of thousands) of `useQuery` hooks pointing to the same few query documents and variables. In this...