-
I'm using the react-dialog and react-accordion primitives with Next.js 14.2, but I've encountered an error in an older version of Chrome on Android (74). How can I fix this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
s-titov
Dec 12, 2024
Replies: 2 comments 1 reply
-
Could you share the specific error you're seeing? This would help identify whether it's related to the Dialog, Accordion, or some underlying browser API compatibility issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've fixed it. Just added this to my next config: transpilePackages: [
'@radix-ui',
], |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
s-titov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've fixed it. Just added this to my next config: