Rodrigo
Rodrigo
> currently results in `Unknown at rule: @top-left-corner` Same here. We use an HTML-to-PDF converter that uses these @-rules. We would like to use parcel for building our templates, but...
Thanks for the clarification. I'd like to provide some context for you to understand where we are coming from. We are building reusable, form-connected and type-safe input components. Here's an...
@crutchcorn The example in the original issue already tries to solve it by managing the key outside the library. See the `hobbies` fields. In the discord thread I mentioned a...
Is there any progress on this topic? We are running into the same problems using `react-aria-components` . I set up a minimal example only using RACs: https://stackblitz.com/edit/vitejs-vite-guzxrh?file=src%2FApp.jsx Opening the `CombobBox`...
@snowystinger I believe the trigger alternative is fine for most cases, as modal and trigger are usually collocated. In other cases, we can still use the controlled API. That being...