Content pfp
Content
@
0 reply
0 recast
0 reaction

Father Abraham pfp
Father Abraham
@father-abraham
Has anyone run into and solved a next.js@14, [email protected] problem where adding <ChakraProvider> causes the Hydration error "Expected server HTML to contain a matching <span> in <body>." with: <html> <body> ^^^^^^ <Providers> ... <DefaultPortal> <span>
2 replies
0 recast
9 reactions

Father Abraham pfp
Father Abraham
@father-abraham
I'm trying to do this, but not sure if I am allowed to wrap this way: export function Providers({ children }: { children: React.ReactNode }) { return ( <ChakraProvider> <PrivyProviderWrapper>{children}</PrivyProviderWrapper> </ChakraProvider> ); }
0 reply
0 recast
0 reaction