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
Tag is used in the array of dependencies of multiple useEffect hooks inside the custom useRealtimeRunsWithTag hook. This is causing infinite realtime connections to be created and eating all my browser's memory
Reproduction repo
Not applicable
To reproduce
You just need to run useRealtimeRunsWithTag with an array of tags to reproduce the issue
Provide environment information
// not sure if applicable here
Describe the bug
Tagis used in the array of dependencies of multipleuseEffecthooks inside the customuseRealtimeRunsWithTaghook. This is causing infinite realtime connections to be created and eating all my browser's memoryReproduction repo
Not applicable
To reproduce
You just need to run
useRealtimeRunsWithTagwith an array of tags to reproduce the issueAdditional information
No response