poly_styled_jsx 0.6.1

AST transforms for styled-jsx
Documentation
1
2
3
4
5
6
7
8
9

  x Expected one child under JSX style tag, but got 2.
  | Read more: https://nextjs.org/docs/messages/invalid-styled-jsx-children
   ,-[input.js:3:5]
 3 | ,-> <style jsx>
 4 | |         {`.p {}`}
 5 | |         {`.p {}`}
 6 | `->     </style>
   `----