We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205336d commit 8dc0543Copy full SHA for 8dc0543
packages/react-router/lib/rsc/browser.tsx
@@ -233,6 +233,8 @@ export function createCallServer({
233
landedActionId < actionId &&
234
globalVar.__routerActionID <= actionId
235
) {
236
+ landedActionId = actionId;
237
+
238
let lastMatch: RSCRouteManifest | undefined;
239
for (const match of rerender.matches) {
240
patchRoutes(
0 commit comments