Anton Evzhakov
Anton Evzhakov
It looks like a problem with our webpack plugin. As I said before, we just didn't test it enough with objects interpolation :) Thank you for your effort!
Hi @hyoretsu! Could you please provide a sample code that can show this behaviour?
Hi @fabulator! I think the problem is in missed `import * as React from 'react';` in the first case. Could you please add it and check?
Could you please provide a sample repo with this error?
Hi @rgoldfinger-quizlet We can't use pure user's config in `transform` because `transform` does some very specific transformations. However, we can try to resolve the config and merge it but I...
btw, a demo will help a lot :)
@Guria `cnFiltersRow` here is `css` class name or `styled` component? If it's `css`, it's definitely a bug, but I don't have any idea how that regression passed through our tests.
@glekner you can find an example in [examples/vite](https://github.com/callstack/linaria/tree/master/examples/vite)
@betterRunner it should work now. Could you please check?
Hi @ntucker! Could you please provide a repo? I've tried to reproduce the error but everything seems ok: ``` ➜ linaria-743 cat package.json | grep "react" "@linaria/react": "^3.0.0-beta.1", "react": "latest"...