Merge remote-tracking branch 'upstream/develop' into account-menu-splitted
# Conflicts: # app/assets/stylesheets/_sn.scss
This commit is contained in:
@@ -40,8 +40,8 @@ export class PureViewCtrl<P = CtrlProps, S = CtrlState> {
|
||||
}
|
||||
|
||||
deinit(): void {
|
||||
this.unsubApp();
|
||||
this.unsubState();
|
||||
this.unsubApp?.();
|
||||
this.unsubState?.();
|
||||
for (const disposer of this.reactionDisposers) {
|
||||
disposer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user