chakraStyles does not exist on type for a select component #285
-
I assume I must be doing something wrong with the import of the component? Using VSCode the type checker is flagging:
Which is strange as the styles are applying to the component when viewed in the browser.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I am also seeing the same typing error for properties
|
Beta Was this translation helpful? Give feedback.
-
This is a known issue at the moment that we're currently working towards fixing. It has to do with a missing type export for projects using |
Beta Was this translation helpful? Give feedback.
This is a known issue at the moment that we're currently working towards fixing. It has to do with a missing type export for projects using
moduleResolution: bundler
(or other newer module resolution types). See #273 for full details.