philsp

Results 2 comments of philsp

Workaround that works for my use case until this gets fixed in `radix-ui`: ``` const onBlurWorkaround = (event: React.FocusEvent) => { const element = event.relatedTarget; if (element && (element.tagName ===...

The problem still persists with prettier 3. It's probably related to the prettier dependency of codegen-openapi