Interface LDIsomorphicProviderProps

Hierarchy

  • LDIsomorphicProviderProps

Properties

children: ReactNode
clientSideId: string

The LaunchDarkly client-side ID used to initialize the JavaScript Client SDK.

options?: Omit<LDReactProviderOptions, "bootstrap" | "reactContext">

Additional options forwarded to the underlying client provider and ultimately to createLDReactProvider.

Remarks

We omit the bootstrap and reactContext fields because they are not serializable across the RSC boundary.

A server session created by createLDServerSession. The session provides the context and all-flags state used to bootstrap the client.

Generated using TypeDoc