styled-grid-responsive
styled-grid-responsive copied to clipboard
Using media prop adds media="[object Object]" to DOM
👋
Because styled-components passes props onto the DOM, when the media prop is added to grid item components they cause an attribute of media="[object Object]" to be added to the underlying div. Would be nice if this could be avoided.
Thx!