1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00

docs: update import to use named export instead of default (#1609)

See: https://github.com/Unleash/proxy-client-react/pull/58
This commit is contained in:
Nuno Góis 2022-05-20 07:48:01 +01:00 committed by GitHub
parent a6753d9af3
commit 16860c1469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ The configuration variables are:
```jsx ```jsx
import FlagProvider from '@unleash/proxy-client-react'; import { FlagProvider } from '@unleash/proxy-client-react';
const config = { const config = {
url: 'https://HOSTNAME/api/proxy', url: 'https://HOSTNAME/api/proxy',