LabelPrimitive cause unexpected error. #2020
-
Hello! Whenever I use the LabelPrimitive, this one cause unexpected error : I use vite, react-router and react-hook-form, this work fine with html base label but impossible with the primitive. Any idea ? (PS: Same issue with Select primitives, but it concern a null 'useMemo' instead) |
Beta Was this translation helpful? Give feedback.
Answered by
benoitgrelard
Mar 13, 2023
Replies: 1 comment 2 replies
-
That looks completely unrelated to Radix but rather a setup issue. This is essentially telling you that |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
t-rosa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That looks completely unrelated to Radix but rather a setup issue. This is essentially telling you that
React
isnull
, so it looks like it's not resolving the React dependency correctly.