We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbb953 commit 21cbf2dCopy full SHA for 21cbf2d
packages/core/addon/components/eui-global-toast-list/index.ts
@@ -186,7 +186,7 @@ export default class EuiGlobalToastList extends GlimmerComponent<GlobalToastList
186
}
187
188
willDestroy(): void {
189
- super.willDestroy(...arguments);
+ super.willDestroy();
190
if (this.isScrollingAnimationFrame !== 0) {
191
window.cancelAnimationFrame(this.isScrollingAnimationFrame);
192
packages/core/addon/version.ts
@@ -1,8 +1,6 @@
1
-//@ts-ignore
2
-import config from 'ember-get-config';
+// import config from 'ember-get-config';
3
// import Ember from 'ember';
4
5
export function registerLibrary() {
6
- //@ts-expect-error
7
// Ember.libraries.register('@ember-eui/core', config.version);
8
0 commit comments