Dario Lehmhus
Dario Lehmhus
Hey @altano, unfortunately that issue doesn't sound familiar to me. Could you provide a minimal reproducible example?
Hey @glassdimlygr, this issue slipped my radar. Unfortunately without an example of the error I'm afraid I can not help you. Maybe you figured it out by yourself by now?
@phryneas thanks a lot for the detailed explanation und liebe Grüße zurück.
@ckruppe could to provide a minimal reproduction of that issue? Global styles should work with pages router 🤔. [Example](https://github.com/dlehmhus/next-with-linaria/blob/main/tests/example/apps/nextjs/pages/_app.tsx).
@ckruppe, now I get it. If you add `.css` it will be identified as a [css module](https://nextjs.org/docs/14/pages/building-your-application/styling/css-modules) and it only can contain css. But that has nothing todo with linaria...
@EricWVGG fast-refresh / HMR should work (except for https://github.com/Anber/wyw-in-js/issues/134). Could you please provide a minimal reproducible example of your issue?
@dndrsn unfortunately I can't help you with that. I haven't had the use case for such a setup. But I think one major issue might be that linaria only creates...
Ok, then maybe something is wrong on my side?! My config looks like this: ```ts const apolloMiddlewareCache = new InvalidationPolicyCache({ invalidationPolicies: { timeToLive: 1000 * 60 * 1, renewalPolicy: RenewalPolicy.WriteOnly,...