AsyncProviderConfig: Omit<ProviderConfig, "deferInitialization"> & {
    deferInitialization?: boolean;
}

Configuration object used to initialize LaunchDarkly's JS client asynchronously.

Type declaration

  • OptionaldeferInitialization?: boolean
    • asyncWithLDProvider does not support the deferInitialization config option because asyncWithLDProvider needs to be initialized at the app entry point prior to render to ensure flags and the ldClient are ready at the beginning of the app.