mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Update renderToPipeableStream#options.onShellError to match usage (#24299)
This commit is contained in:
committed by
GitHub
parent
d68b09defc
commit
548b542b41
@@ -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