You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support Component Specific Props, we need to know the names of the components. For this reason, we need to decide how to deal with <Chakra.Button/>, <chakra.div>, and <RenamedChakraComponent/>, which we have ignored so far.
If it is too difficult, we may leave it for a while.
I guess I was too tired to think straight.
Currently, component-specific props such as
Button
'sisActive
prop are treated as non-chakra props.This should be treated as Chakra props and sorted properly.
It's hard to list all props so code generation from chakra's source code is worth to consider.
The text was updated successfully, but these errors were encountered: