Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit e8c6793

Browse files
chadhietalaRobert Jackson
and
Robert Jackson
committed
Update packages/example-apps/partial-rehydration/src/RehydratableRegion.ts
Co-authored-by: Robert Jackson <rjackson@linkedin.com>
1 parent 67f841a commit e8c6793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/example-apps/partial-rehydration/src/RehydratableRegion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createTemplate, setComponentTemplate, templateOnlyComponent } from '@glimmer/core';
22

3-
function toJSON(args) {
3+
function toJSON(args): string {
44
return JSON.stringify(args);
55
}
66

0 commit comments

Comments
 (0)