Describe the bug
I am not able to run docz, it keeps on giving react warnings. and components don't load.
React does not recognize the `activeClassName` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `activeclassname` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
React does not recognize the `partiallyActive` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `partiallyactive` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
because of these issues I get broken UI in the preview app
Environment
In the same boat, i'd love if this got some attention. However, for me the components actually load.
The Propscomponent doesn't load though.
This is fixed, I'll release some new version today :)
Most helpful comment
In the same boat, i'd love if this got some attention. However, for me the components actually load.
The
Propscomponent doesn't load though.