AccessibleIcon and VisuallyHidden can't use in SSR #2482
Unanswered
davidkhierl
asked this question in
Help
Replies: 1 comment
-
I think it's because of the underlying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see
AccessibleIcon
usesVisuallyHidden
, I'm using nextjs but whenever I uses this components I need to put"use client"
directives. I checked the source code and it only usescloneElement
, I'm not sure if this one the one that causing the error because the error says the component usesuseEffect
Beta Was this translation helpful? Give feedback.
All reactions