linaria icon indicating copy to clipboard operation
linaria copied to clipboard

:global() throws an error

Open krau5 opened this issue 4 years ago • 1 comments

Environment

  • Linaria version: 2.3.1
  • Bundler (+ version): Next.js v12.0.10 (Webpack)
  • Node.js version: 16.10.0
  • OS: MacOS

Description

:global() { ... } throws an error, which cannot be somehow ignored or something. What should I do? image

krau5 avatar Feb 03 '22 20:02 krau5

Did you see the new version of the Next.js Linaria example added in this PR here? https://github.com/vercel/next.js/pull/41085/files

There are also other solutions in https://github.com/callstack/linaria/issues/589

karlhorky avatar Oct 20 '22 13:10 karlhorky