We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d01a43 commit bf64ea7Copy full SHA for bf64ea7
packages/sdk/browser/src/BrowserClient.ts
@@ -15,8 +15,8 @@ import {
15
} from '@launchdarkly/js-client-sdk-common';
16
import { EventName } from '@launchdarkly/js-client-sdk-common/dist/LDEmitter';
17
18
-import { BrowserIdentifyOptions as LDIdentifyOptions } from './BrowserIdentifyOptions';
19
import BrowserDataManager from './BrowserDataManager';
+import { BrowserIdentifyOptions as LDIdentifyOptions } from './BrowserIdentifyOptions';
20
import GoalManager from './goals/GoalManager';
21
import { Goal, isClick } from './goals/Goals';
22
import validateOptions, { BrowserOptions, filterToBaseOptions } from './options';
0 commit comments