Skip to content

Commit b943544

Browse files
committed
Remove incorrect TODO
1 parent 1657172 commit b943544

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/next/src/client/components/router-reducer/reducers/server-action-reducer.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ async function fetchServerAction(
7070
nextUrl: ReadonlyReducerState['nextUrl'],
7171
{ actionId, actionArgs }: ServerActionAction
7272
): 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.
7673
const temporaryReferences = createTemporaryReferenceSet()
7774
const body = await encodeReply(actionArgs, { temporaryReferences })
7875

0 commit comments

Comments
 (0)