Anton Evzhakov

Results 114 comments of Anton Evzhakov

Could you please try with the latest version? We have just released a few fixes for issues that can be related to yours.

Ok, thank you! Just wanted to be sure that this is not related to the bag with pluginOptions. We will take a look soon.

Could you please add to your webpack config the next plugin: ``` const { LinariaDebugPlugin } = require('@linaria/webpack5-loader'); // … plugins: [ new LinariaDebugPlugin({ dir: 'linaria-debug', print: true, }), //...

It may be related to https://github.com/callstack/linaria/pull/1361. Have you checked it with `@linaria/babel-preset` 5.0.3?

And that's bad news :)

@nstepien is it a Windows-specific bug? I tried https://github.com/nstepien/vite-bug, and it works well.

Hi @PierreGUI Unfortunately, I haven't had enough time for the last two months. And I will be completely offline for the next two and a half weeks. I will take...

Hi @PierreGUI Sorry for such a late response. It appeared that `styled` couldn't resolve imported components, so they were ignored. Hopefully, this has been fixed in https://github.com/callstack/linaria/pull/1405. I will test...

Hi @kryops! Probably, you have a circular dependency somewhere. However, it is not a legit reason to crash without any error messages :)

Anyway, lets keep this issue open. I'll think how to improve DX here.