effectivetom

Results 5 comments of effectivetom

I'm also running into this issue using `"@fluentui/react-icons": "^2.0.223"`. The inability to exclude the bundled styles makes it very difficult to override the `display: inline` rule. Relying on the generated...

I just ran into this issue. Using `asChild` causes the value of `data-state` to be overridden, as both components use the same prop. This is the cause of the styles...

Yeah that works too, although it compromises on semantics and accessibility. I just realised this is actually a Radix concern, and found these issues which provide some more context: https://github.com/radix-ui/primitives/discussions/560...

I'd also love to see this implemented to aid debugging, and would be happy to help out.

Yeah this also happens in UI mode. I can reproduce it in Playwright 1.32.1 on macOS 13.2.1 (Apple silicon).