styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 106 forks source link

Yarn add Breaks with 3.0.0 works with 2.5.0 #270

Closed msimonc closed 3 years ago

msimonc commented 3 years ago

Thanks for this project!!

I happened to be doing a complete package reinstall on my project and this came up:

node_modules/@xstyled/system/dist/index.js:336 const rootFontSize = props?.theme?.settings?.rootFontSize ?? void 0;

Breaks in 3.0.0 gives me no errors in 2.5.0

FYI I'm using @welcome UI components.

gregberge commented 3 years ago

Fixed in v3.0.1.