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
Use lambdas to prevent gc'ing and deduplication of widget callbacks.
This makes the behavior of widget callbacks more consistent with the old
behavior (of using strong refs), and also more consistent with other
widgets which don't rely on CallbackRegistry at all, such as
SpanSelector and Lasso.
0 commit comments