Replies: 2 comments 17 replies
-
You do need Chakra UI installed to use this package, and the If you do have that set up already, then something else must be wrong and I'd need more info to diagnose. If that doesn't fix it, can you post a full code snippet of how you implemented the |
Beta Was this translation helpful? Give feedback.
17 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
csandman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/csandman/chakra-react-select#size--options-sm-md-lg--default-md
@csandman we are using the select component and it is rendering fine at first but the minute we click on the component the underlying menuList is blowing up. It seems to be indicating that the theme is not loaded. The size attribute is set to sm but it also blows up in the same location if the attribute is not set (defaulting to md).
So my question is, do we need to include some other library to use the useTheme().radii?
Beta Was this translation helpful? Give feedback.
All reactions