Skip to content

Commit abc6156

Browse files
committed
1 more type
1 parent c91d57f commit abc6156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFizzServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export function createRequest(
240240
responseState: ResponseState,
241241
rootFormatContext: FormatContext,
242242
progressiveChunkSize: void | number,
243-
onError: void | ((error: mixed) => string),
243+
onError: void | ((error: mixed) => ?string),
244244
onAllReady: void | (() => void),
245245
onShellReady: void | (() => void),
246246
onShellError: void | ((error: mixed) => void),

0 commit comments

Comments
 (0)