mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update renderToPipeableStream#options.onShellError to match usage (#24299)
This commit is contained in:
+1
-1
@@ -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,
|
||||
|};
|
||||
|
||||
Reference in New Issue
Block a user