Bootstrap data from the server. Pass the result of flagsState.toJSON() obtained
from LDServerSession.allFlagsState on the server.
NOTE: This interface is meant to be used with the server component LDIsomorphicProvider. If you are looking to providing your own bootstrap data, you should use the createLDReactProvider function directly.
The LaunchDarkly client-side ID.
The initial context to identify with.
Optional optionsAdditional options forwarded to createLDReactProvider.
The omitted fields are hoisted to top level options because they are not serializable across the RSC boundary.
Optional reactOptional custom React context for the LaunchDarkly client. Use this when you need multiple LaunchDarkly client instances in the same application.
Generated using TypeDoc
Props for LDIsomorphicClientProvider.