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
Fix stale activeThread closure in beginLocalDispatch callback
Use a ref to always read the latest activeThread at invocation time,
eliminating the risk of capturing a stale closure value when the
component re-renders between useCallback memoization and actual call.
0 commit comments