Skip to content

Commit bfd0742

Browse files
committed
Don't trigger invalidations twice in the navigation phase
1 parent 0d690f1 commit bfd0742

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/interactivity/src/store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ export const populateServerData = ( data?: {
328328
}
329329
);
330330
}
331-
navigationSignal.value += 1; // Triggers invalidations.
332331
};
333332

334333
// Parse and populate the initial state and config.

0 commit comments

Comments
 (0)