mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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:
		
							parent
							
								
									a6753d9af3
								
							
						
					
					
						commit
						16860c1469
					
				| @ -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', | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user