You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug LaunchDarkly client was initialized with bootstrap data that did not include flag metadata. warnings are logged when passing in manual flags.
To reproduce
constflags={aFlag: true};exportconstFeatureFlagProvider=({ children }: {children: React.ReactNode})=>(<LDProviderclientSideID={launchDarklyClientId}deferInitialization={!launchDarklyClientId}options={{bootstrap: flags,}}><OrgIDIdentifier>{children}</OrgIDIdentifier></LDProvider>);
Expected behavior
No warning/error logged.
Logs
LaunchDarkly client was initialized with bootstrap data that did not include flag metadata. Events may not be sent correctly. Please see https://docs.launchdarkly.com/sdk/client-side/javascript#initialize-the-client for instructions on SDK initialization.