We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e439ec4 commit 72ab969Copy full SHA for 72ab969
packages/browser-vm/src/pluginify.ts
@@ -136,7 +136,7 @@ function createOptions(Garfish: interfaces.Garfish) {
136
// If the app is uninstalled, the sandbox needs to clear all effects and then reset
137
afterUnmount(_, appInstance) {
138
if (!appInstance.vmSandbox) return;
139
- appInstance.vmSandbox.reset();
+ appInstance.vmSandbox.close();
140
sandboxMap.del(appInstance.vmSandbox);
141
},
142
0 commit comments