Skip to content

Commit 02c60b9

Browse files
committed
add TODO/ai
1 parent e8e775a commit 02c60b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/vike-react/src/types/Config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,15 @@ export type ConfigViaHook = PickWithoutGetter<
300300
export type ConfigViaHookResolved = Omit<ConfigViaHook, ConfigsCumulative> &
301301
Pick<Vike.ConfigResolved, ConfigsCumulative>
302302

303+
// TODO/ai add JSDocs with links to each prop
303304
export type ReactOptions = {
304305
hydrateRootOptions?: HydrationOptions
305306
createRootOptions?: RootOptions
306307
renderToStringOptions?: ServerOptions
307308
/**
308309
* Options passed to `react-streaming`'s `renderToStream()` during SSR streaming.
309310
*
311+
* https://github.com/brillout/react-streaming#options
310312
* https://vike.dev/react-setting
311313
*/
312314
renderToStreamOptions?: RenderToStreamOptions

0 commit comments

Comments
 (0)