Skip to content

Commit

Permalink
migrate(zustand): remove non-existant destroy.
Browse files Browse the repository at this point in the history
  • Loading branch information
crhallberg committed Jan 14, 2025
1 parent a74b5e8 commit a9bad6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {
}

dispose(): void {
this.store?.destroy();
// pass
}
}

Expand Down

0 comments on commit a9bad6b

Please sign in to comment.