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 1657172 commit b943544Copy full SHA for b943544
packages/next/src/client/components/router-reducer/reducers/server-action-reducer.ts
@@ -70,9 +70,6 @@ async function fetchServerAction(
70
nextUrl: ReadonlyReducerState['nextUrl'],
71
{ actionId, actionArgs }: ServerActionAction
72
): Promise<FetchServerActionResult> {
73
- // TODO: The temporary references should probably be a shared set with the
74
- // createFromReadableStream/createFromFetch calls for the page RSC response,
75
- // so that seen objects can be sent back to the server.
76
const temporaryReferences = createTemporaryReferenceSet()
77
const body = await encodeReply(actionArgs, { temporaryReferences })
78
0 commit comments