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

Commit 67f841a

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

File tree

1 file changed

+1
-1
lines changed
  • packages/example-apps/partial-rehydration

1 file changed

+1
-1
lines changed

packages/example-apps/partial-rehydration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rehydrate({
88
},
99
});
1010

11-
function rehydrate(componentMapping) {
11+
function rehydrate(componentMapping): void {
1212
const hasHydrated = new WeakSet();
1313
const observer = new IntersectionObserver(
1414
(entries) => {

0 commit comments

Comments
 (0)