Skip to content

Commit

Permalink
This type is not really defined in the Reply/Action side
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed May 3, 2023
1 parent c99b29a commit 249f02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-server/src/ReactFlightActionServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import type {Thenable} from 'shared/ReactTypes';

import type {
ServerReferenceId,
ServerManifest,
ClientReference as ServerReference,
} from 'react-client/src/ReactFlightClientConfig';
Expand All @@ -23,6 +22,8 @@ import {

import {createResponse, close, getRoot} from './ReactFlightReplyServer';

type ServerReferenceId = any;

function bindArgs(fn: any, args: any) {
return fn.bind.apply(fn, [null].concat(args));
}
Expand Down

0 comments on commit 249f02a

Please sign in to comment.