[Table] Padding attribute getting added to native element #12504
Labels
bug 🐛
Something doesn't work
component: table
This is the name of the generic UI component, not the React module!
Expected Behavior
It shouldn't get applied to the native element, and just set under the
getChildContext()
, and then extracted to not be included in the...other
.Current Behavior
The prop
padding
is getting spread to the<table>
native element.Steps to Reproduce
Can be reproduced in the docs, all the Table examples have
padding="..."
attribute applied on the native<table>
element.Your Environment
The text was updated successfully, but these errors were encountered: