mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: point to useUiFlag instead of useUiFlags (#4748)
				
					
				
			I was a little confused because I couldn't find `useUiFlags` in the codebase.
This commit is contained in:
		
							parent
							
								
									aa5afad502
								
							
						
					
					
						commit
						a96110eb36
					
				| @ -8,7 +8,7 @@ export interface IUiConfig { | |||||||
|      * @deprecated `useUiFlags` can be used instead |      * @deprecated `useUiFlags` can be used instead | ||||||
|      * @example |      * @example | ||||||
|      * ```ts
 |      * ```ts
 | ||||||
|      *   const yourFlag = useUiFlags("yourFlag") |      *   const yourFlag = useUiFlag("yourFlag") | ||||||
|      * ``` |      * ``` | ||||||
|      */ |      */ | ||||||
|     flags: UiFlags; |     flags: UiFlags; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user