styled-jsx v3.1.3 Release Notes

Release Date: 2018-12-27 // over 5 years ago
  • Patches

    💅 styled-jsx converts style blocks to a custom JSXStyle component which takes css strings via a css prop. This prop conflicts with other libraries like styled-components. Since for us is just an implementation detail we are going to rename it to children and make theJSXStylecomponent work more like a regularstyle` element.

    ⚡️ With this version you might need to update snapshot tests.