Skip to content

Commit 8c6f3da

Browse files
committed
Fix TS 5.0
1 parent bab64a2 commit 8c6f3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ember/-internals/glimmer/lib/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ class Component<S = unknown>
14091409
@method rerender
14101410
@public
14111411
*/
1412-
rerender() {
1412+
rerender(): void {
14131413
return this._currentState.rerender(this);
14141414
}
14151415

0 commit comments

Comments
 (0)