Closed KaneTesta closed 1 year ago
Hey,
Seems like the SDK name in the import is wrong here under React-Web
https://github.com/launchdarkly/LaunchDarkly-Docs/blob/b144251291ee8cf9121a984594b8def174a28847/src/content/topics/sdk/features/logging.mdx
It should be import { basicLogger } from "launchdarkly-js-client-sdk" and not import { basicLogger } from 'launchdarkly-js-sdk-client';
import { basicLogger } from "launchdarkly-js-client-sdk"
import { basicLogger } from 'launchdarkly-js-sdk-client';
You are correct! Thanks for pointing this out. We'll get this updated shortly.
Hey,
Seems like the SDK name in the import is wrong here under React-Web
https://github.com/launchdarkly/LaunchDarkly-Docs/blob/b144251291ee8cf9121a984594b8def174a28847/src/content/topics/sdk/features/logging.mdx
It should be
import { basicLogger } from "launchdarkly-js-client-sdk"
and notimport { basicLogger } from 'launchdarkly-js-sdk-client';