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
I'm attempting to use styled-components with their babel plugin, so I can specify a css prop like so
<Boxcss={`some css here`}/>
It appears this plugin only works with babel 7.0+ (babel will not compile syntax the css prop on any previous version), but x0's current dependencies have it locked at babel 6.
Looks like the only way to get this working with x0 would be to bump it's depencies / swap out it's babel presets.
The text was updated successfully, but these errors were encountered:
I'm attempting to use styled-components with their babel plugin, so I can specify a
css
prop like soIt appears this plugin only works with babel 7.0+ (babel will not compile syntax the css prop on any previous version), but x0's current dependencies have it locked at babel 6.
Looks like the only way to get this working with x0 would be to bump it's depencies / swap out it's babel presets.
The text was updated successfully, but these errors were encountered: