From 16860c1469a6318ae2cb77d94f9d0c8d48ef1053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Fri, 20 May 2022 07:48:01 +0100 Subject: [PATCH] docs: update import to use named export instead of default (#1609) See: https://github.com/Unleash/proxy-client-react/pull/58 --- website/docs/sdks/proxy-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/proxy-react.md b/website/docs/sdks/proxy-react.md index aa46b95adc..3906ec2529 100644 --- a/website/docs/sdks/proxy-react.md +++ b/website/docs/sdks/proxy-react.md @@ -42,7 +42,7 @@ The configuration variables are: ```jsx -import FlagProvider from '@unleash/proxy-client-react'; +import { FlagProvider } from '@unleash/proxy-client-react'; const config = { url: 'https://HOSTNAME/api/proxy',