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(table): data source not unsubscribing from render changes subscription (#11394)
Currently the data source has a `_renderChangesSubscription` which doesn't do anything, because it's never being assigned to. These changes assign the proper subscription to it.
Fixes#11382.
0 commit comments