Nils Westhoff

Results 6 comments of Nils Westhoff

As a workaround, you can do: ```jsx ( {decoratedText} )} > ```

Exactly @asp2809, that's actually how I figured out the workaround 👍

Not sure if this is what you're running into but the Linkify component should either have a closing `` or add a `/` before the final `>` as such: ```...

We're experiencing issues as well. Our stack consists of a few things that might also cause this issue: - `Preact` 10.5.13 - `Next.js` (with SSG) 10.1.3 - `react-query` 2.26.4 -...

Thank you @timneutkens, we're all very excited about the work you all have been doing with SWC. Our main blocker right now is 'referring to other components' [feature](https://styled-components.com/docs/advanced#referring-to-other-components) of styled-components....

I'd also like to see a little more flexibility in terms of domain setup. I'm using [SteveLTN/https-portal](https://github.com/SteveLTN/https-portal) to reverse proxy all of my docker containers. I can't set different webroots...