Closed coreybruyere closed 5 years ago
Thanks, can you list the versions of @rebass/grid
and styled-components
that you're using?
I'm experiencing the same (the is
not being passed on). The version displayed in my package.json is "@rebass/grid": "^6.0.0-0",
. The component renders just fine when I don't use is
, and FWIW I'm using this with Gatsbyjs.
This is a change with v6, I've updated the readme to reflect that change here: https://github.com/rebassjs/grid#changing-the-html-element
Thanks for the prompt reply, upgrading to styled components v4 fixed it for me!
Using
<Box>
component like so:And I'm not receiving any of the expected CSS that I should be receiving from the
<Box>
component