Kai Rollmann
Kai Rollmann
Okay. Well from the frontend-side I'm handling a 500 just the same as a 4xx, so there's no hurry here. I'm just reporting all 500s that I'm seeing :-)
@awildturtok Is this working now?
You can probably use tailwind's primitive nested selectors like `[&_span]:text-white [&_button]:bg-[#67f] [&_button]:bg-black` right? So that'd be independent from this library.
This also helped me make tailwind-styled-components work when using Astro (`astro build`)
Is there anything you'd recommend we do in the mean time? Should we simply add `@ts-expect-error` to all places we encouter this error? Or is there a way to globally...
Hi Eike, I'm really interested in those features, especially getting error messages in the exception message. Is there a branch / fork of yours that I could check out?