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
Fixed memory leak in rapid hook arg changing (#4268)
* Added unsubscribeHandler for fulfilled/rejected queryThunk
* Added testcase for memory leak listed in github Issues
* Removed unnecessary delay call
* Re-defined delay function and removed Math.random() in favour of i++
* Moved near identical solutions into one conditional
* Reformat for visual clarity
* Added additional check to clearly show resolution of queries
* Refactored unsubscribe matching to make better use of type narrowing
0 commit comments