Skip to content

Commit f0691a7

Browse files
committed
Fix TS 5.0
1 parent e3b123c commit f0691a7

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
@@ -1395,7 +1395,7 @@ class Component<S = unknown>
13951395
@method rerender
13961396
@public
13971397
*/
1398-
rerender() {
1398+
rerender(): void {
13991399
return this._currentState.rerender(this);
14001400
}
14011401

0 commit comments

Comments
 (0)