Skip to content

Commit 21cbf2d

Browse files
committed
ts
1 parent 3fbb953 commit 21cbf2d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/core/addon/components/eui-global-toast-list/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default class EuiGlobalToastList extends GlimmerComponent<GlobalToastList
186186
}
187187

188188
willDestroy(): void {
189-
super.willDestroy(...arguments);
189+
super.willDestroy();
190190
if (this.isScrollingAnimationFrame !== 0) {
191191
window.cancelAnimationFrame(this.isScrollingAnimationFrame);
192192
}

packages/core/addon/version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
//@ts-ignore
2-
import config from 'ember-get-config';
1+
// import config from 'ember-get-config';
32
// import Ember from 'ember';
43

54
export function registerLibrary() {
6-
//@ts-expect-error
75
// Ember.libraries.register('@ember-eui/core', config.version);
86
}

0 commit comments

Comments
 (0)