We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6abf4 commit 0c4a118Copy full SHA for 0c4a118
1 file changed
src/manager/PluginManager.js
@@ -388,7 +388,7 @@ export class PluginManager
388
}
389
}));
390
391
- deepFreeze(pluginData, new Set(['manager']));
+ deepFreeze(pluginData, { skipKeys: new Set(['manager']) });
392
393
const eventbusProxy = this.#eventbus !== null && this.#eventbus !== void 0 ?
394
new EventbusProxy(this.#eventbus) /* c8 ignore next */ : void 0;
0 commit comments