Skip to content

Commit 73c3fba

Browse files
authored
chore(ts): remove ts-ignore (#4598)
this isn't needed anymore since a recent helper update
1 parent d6e0603 commit 73c3fba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widgets/index/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ function resetPageFromWidgets(widgets: Widget[]): void {
151151
const widgetHelper = widget.getHelper()!;
152152

153153
privateHelperSetState(widgetHelper, {
154-
// @ts-ignore @TODO: remove "ts-ignore" once `resetPage()` is typed in the helper
155154
state: widgetHelper.state.resetPage(),
156155
isPageReset: true,
157156
});

0 commit comments

Comments
 (0)