styled_jsx 12.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  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:1]
  2 |       <div>
  3 | ,->     <style jsx>
  4 | |         {`
  5 | |           .p {
  6 | |           }
  7 | |         `}
  8 | |         {`
  9 | |           .p {
 10 | |           }
 11 | |         `}
 12 | `->     </style>
 13 |       </div>
    `----