I noticed in one of our implementations using the `Button` component, the element on the page looks like this: ``` <button themed="[object Object]" ``` Could this be caused because the Button component renders the node and passes through all the props? Perhaps this needs to be refactored. https://github.com/rentpath/react-ui/blob/master/packages/react-ui-core/src/Button/Button.js#L37
I noticed in one of our implementations using the
Buttoncomponent, the element on the page looks like this:Could this be caused because the Button component renders the node and passes through all the props? Perhaps this needs to be refactored.
https://github.com/rentpath/react-ui/blob/master/packages/react-ui-core/src/Button/Button.js#L37