Skip to content

Commit

Permalink
Update renderToPipeableStream#options.onShellError to match usage (fa…
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and zhengjitf committed Apr 15, 2022
1 parent 269f1aa commit ca4b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/server/ReactDOMFizzServerNode.js
Expand Up @@ -41,7 +41,7 @@ type Options = {|
bootstrapModules?: Array<string>,
progressiveChunkSize?: number,
onShellReady?: () => void,
onShellError?: () => void,
onShellError?: (error: mixed) => void,
onAllReady?: () => void,
onError?: (error: mixed) => void,
|};
Expand Down

0 comments on commit ca4b8be

Please sign in to comment.