We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e775a commit 02c60b9Copy full SHA for 02c60b9
1 file changed
packages/vike-react/src/types/Config.ts
@@ -300,13 +300,15 @@ export type ConfigViaHook = PickWithoutGetter<
300
export type ConfigViaHookResolved = Omit<ConfigViaHook, ConfigsCumulative> &
301
Pick<Vike.ConfigResolved, ConfigsCumulative>
302
303
+// TODO/ai add JSDocs with links to each prop
304
export type ReactOptions = {
305
hydrateRootOptions?: HydrationOptions
306
createRootOptions?: RootOptions
307
renderToStringOptions?: ServerOptions
308
/**
309
* Options passed to `react-streaming`'s `renderToStream()` during SSR streaming.
310
*
311
+ * https://github.com/brillout/react-streaming#options
312
* https://vike.dev/react-setting
313
*/
314
renderToStreamOptions?: RenderToStreamOptions
0 commit comments