Anton Evzhakov
Anton Evzhakov
Hi @Gabriel-Alves-Cunha I think, your problem is related to https://github.com/callstack/linaria/issues/845
Hi @sciolist Thank you for your report. It looks like a bug on our side. Could you please provide a repo?
Hi @JSteunou Thank you for the investigation! I'll try to figure out what can be done here.
Hi @JSteunou In theory, you can use `babelOptions` and pass missed plugins to Linaria's Babel config. However, even in that case, it doesn't work probably because of conflicts in plugins...
Hi @Chen-jj! Unfortunately, there is no clear way to pass such an option to `styled`. However, there are no built-in components that start with a capital letter, so will it...
Fixed in #970
@Chen-jj Unfortunately, it seems like there is no way to detect whether or not passed argument is a default tag or a custom component. According to [the specs](https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name), names of...
Ok, I have an idea, but I need some time to implement it.
Hi @jackmellis Since you have it implemented, maybe you can try to make a PR?
Hi @jackmellis `yarn link` works well for me.