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 55db682 commit d6212d2Copy full SHA for d6212d2
README.md
@@ -147,7 +147,7 @@ The core JavaScript client emits various types of events depending on internal a
147
NOTE: `FlagProvider` uses these internal events to provide information through `useFlagsStatus`.
148
149
```jsx
150
-import { useUnleashContext, useFlag } from '@unleash/proxy-client-react';
+import { useUnleashClient, useFlag } from '@unleash/proxy-client-react';
151
152
const MyComponent = ({ userId }) => {
153
const client = useUnleashClient();
0 commit comments