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 4fc7efb commit b069d5dCopy full SHA for b069d5d
examples/typescript/src/index.tsx
@@ -14,7 +14,7 @@ import { asyncWithLDProvider, LDContext } from 'launchdarkly-react-client-sdk';
14
};
15
16
const LDProvider = await asyncWithLDProvider({
17
- clientSideID: process.env.REACT_APP_LD_CLIENT_SIDE_ID ?? '59b2b2596d1a250b1c78baa4',
+ clientSideID: process.env.REACT_APP_LD_CLIENT_SIDE_ID ?? '',
18
context,
19
});
20
0 commit comments