Skip to content

Commit 8dc0543

Browse files
committed
woops
1 parent 205336d commit 8dc0543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-router/lib/rsc/browser.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ export function createCallServer({
233233
landedActionId < actionId &&
234234
globalVar.__routerActionID <= actionId
235235
) {
236+
landedActionId = actionId;
237+
236238
let lastMatch: RSCRouteManifest | undefined;
237239
for (const match of rerender.matches) {
238240
patchRoutes(

0 commit comments

Comments
 (0)