Jake Chapman
Jake Chapman
Would love to ditto this. We're having an issue with wrapping our exported Chakra components with styled-components. Since the styled-components style tags are being appended first, then emotions through the...
Ditto, We're still seeing this in `7.0.18` as well.
@devongovett This works great for setting value outside of the component itself. But referencing state from inside of the component doesn't allow for setting null on any of the values....
Just ran into this as well when using on sortable table column headers. Disabled = true and role = button still being spread from `{...attributes}` which is causing hover styling...
Bringing this back up. Looks like something else is causing this now. I just checked out the codesandbox for the fix to add `user-select: none;` to the parent. The fix...