diff --git a/packages/global-registrator/src/GlobalRegistrator.ts b/packages/global-registrator/src/GlobalRegistrator.ts index c0854cf54..bcc7c4de2 100644 --- a/packages/global-registrator/src/GlobalRegistrator.ts +++ b/packages/global-registrator/src/GlobalRegistrator.ts @@ -33,6 +33,7 @@ export default class GlobalRegistrator { } for (const key of this.registered) { delete global[key]; + this.registered.pop(); } } }