Skip to content

Commit 01a19f3

Browse files
iterianipkozlowski-opensource
authored andcommitted
refactor(core): Make sure not to do anymore jsaction work once everything is replayed. (#55799)
Without this, I think subsequent renders will populate data structures. PR Close #55799
1 parent 4c7efc0 commit 01a19f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/hydration/event_replay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export function withEventReplay(): Provider[] {
121121
for (const el of jsactionMap.keys()) {
122122
el.removeAttribute(JSACTION_ATTRIBUTE);
123123
}
124+
setDisableEventReplayImpl(() => {});
124125
}
125126
});
126127
};

0 commit comments

Comments
 (0)