Aidan Nulman
Aidan Nulman
@lifeiscontent Not a maintainer, but here are the instructions for modern Next.js: https://github.com/callstack/linaria/issues/447
I got this working with NextJS 12 & Linaria 4. Just walking back through my changes; will publish something shortly
Oop, sorry — only got it stable end-of-day Friday and cycled off the project this week. ```js // babel.config.js module.exports = { presets: ['next/babel', '@linaria'], }; // next.config.js const _...
Awww thanks @LukasBombach! In a recent project I had to rm `@linaria` from the babel config; looks like some updates in the core libs auto-injects the Babel plugin or something
Since this is on the Github tracker, I’m going to assume that a CLI-based solution is acceptable so: Would `cat`ing the file’s contents in the CLI invocation work for you?...
Thanks @xn. Hi @kategengler! Was wondering if a PR enabling ember-electron support would be accepted, and if so if someone here could help coordinate as we don't know where there...
Argh! This error is why I used `extendTheme({})` instead of the empty object: @brijeshb42 / @mnajdova how do you recommend we proceed?
Thanks @siriwatknp! Changes look good on my local; let's see how CI likes them.
Hahaha no worries, c'est la vie! Sorry for the extra commits; I can rebase them out if you'd like
Thanks for helping me get it over the line! OOC: what are the pending tests about?