Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri committed Jan 20, 2025
1 parent d2700f2 commit 1cee130
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ export class GridCoreNewBase<
protected _initMarkup(): void {
// @ts-expect-error
super._initMarkup();
// @ts-expect-error
this.renderSubscription = this.diContext.get(MainView).render(this.$element().get(0));
}

protected _clean(): void {
this.renderSubscription?.unsubscribe();
// @ts-expect-error
render(null, this.$element().get(0));
// @ts-expect-error
super._clean();
Expand Down

0 comments on commit 1cee130

Please sign in to comment.