Skip to content

Commit

Permalink
Update renderToPipeableStream#options.onShellError to match usage (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and rickhanlonii committed Apr 14, 2022
1 parent a502113 commit 6d1a143
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 6d1a143

Please sign in to comment.