How can I combine Chakra UI link with React Server Component? #10221
-
I'm trying to combine the Chakra UI link with a React Server Component (from next-intl in my case): import { Link as ChakraLink } from '@chakra-ui/react'
import { Link as NextIntlLink } from '@/i18n/navigation'
<ChakraLink asChild>
/* ^ client component */
<NextIntlLink href="/home">Home</NextIntlLink>
/* ^ server component */
</ChakraLink> The error I get is |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Aug 6, 2025
Replies: 1 comment 1 reply
-
This is similar to #10205 Pushed a fix for it. Will do a release shortly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is similar to #10205
Pushed a fix for it. Will do a release shortly.