Prepare for deprecated radix-ui IdProvider (#2068)
Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Bailey Pumfleet <pumfleet@hey.com> Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
		
							parent
							
								
									75c2ccff96
								
							
						
					
					
						commit
						e1df207f5d
					
				
					 1 changed files with 8 additions and 13 deletions
				
			
		|  | @ -1,10 +1,7 @@ | |||
| import { IdProvider } from "@radix-ui/react-id"; | ||||
| import { SessionProvider } from "next-auth/react"; | ||||
| import { appWithTranslation } from "next-i18next"; | ||||
| import type { AppProps as NextAppProps } from "next/app"; | ||||
| import React, { ComponentProps, ReactNode } from "react"; | ||||
| import { LiveChatLoaderProvider } from "react-live-chat-loader"; | ||||
| import { HelpScout } from "react-live-chat-loader"; | ||||
| import { ComponentProps, ReactNode } from "react"; | ||||
| 
 | ||||
| import DynamicHelpscoutProvider from "@ee/lib/helpscout/providerDynamic"; | ||||
| import DynamicIntercomProvider from "@ee/lib/intercom/providerDynamic"; | ||||
|  | @ -54,15 +51,13 @@ const AppProviders = (props: AppPropsWithChildren) => { | |||
| 
 | ||||
|   return ( | ||||
|     <TelemetryProvider value={createTelemetryClient()}> | ||||
|       <IdProvider> | ||||
|         {isPublicPage ? ( | ||||
|           RemainingProviders | ||||
|         ) : ( | ||||
|           <DynamicHelpscoutProvider> | ||||
|             <DynamicIntercomProvider>{RemainingProviders}</DynamicIntercomProvider> | ||||
|           </DynamicHelpscoutProvider> | ||||
|         )} | ||||
|       </IdProvider> | ||||
|       {isPublicPage ? ( | ||||
|         RemainingProviders | ||||
|       ) : ( | ||||
|         <DynamicHelpscoutProvider> | ||||
|           <DynamicIntercomProvider>{RemainingProviders}</DynamicIntercomProvider> | ||||
|         </DynamicHelpscoutProvider> | ||||
|       )} | ||||
|     </TelemetryProvider> | ||||
|   ); | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Demian Caldelas
						Demian Caldelas