You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's required to convert <div css={"flex: 1 1 auto;"}>something</div> into styled components.
And it seems to not work or work incorrectly, because all the css props aren't processed and just added as attributes to the DOM elements. With alpha.3 version it works as expected.
The text was updated successfully, but these errors were encountered:
Hey, I had a similar issue, where module.exports.babel.loaderOptions would be ignored while using '7.0.0-alpha.6'. Downgraded to '7.0.0-alpha.3' and it seems to work.
I use only one babel plugin:
It's required to convert
<div css={"flex: 1 1 auto;"}>something</div>
into styled components.And it seems to not work or work incorrectly, because all the
css
props aren't processed and just added as attributes to the DOM elements. Withalpha.3
version it works as expected.The text was updated successfully, but these errors were encountered: