Devon Govett

Results 894 comments of Devon Govett

I would need a reproduction in order to debug this further for you.

> I noticed this works in React Spectrum's Picker component. What's the magic sauce that makes it work there? 👀 Picker is using the hooks, it hasn't been migrated to...

made another attempt at this in #9969, where I tried to detect if the config used any deprecated options and install the right version into the project...

You can set `layout="grid"` as a prop.

What is the problem here? Please provide a reproduction.

What are you using updatePosition for?

I believe the hover state only applies when the row is actually interactive, e.g. selectable or actionable. If you add `selectionMode` or `onAction` props to your sandbox I do see...

Two ways around this with the tailwind plugin: 1. Use a Tailwind arbitrary variant to use native hover: `[&:hover]:bg-gray-300`. 2. Use the prefix option of the Tailwind plugin so that...

@Faithfinder as of a few releases ago, all DOM events should be passed through including `onMouseEnter`/`onMouseLeave`. Make sure you're on the latest version. https://react-spectrum.adobe.com/releases/2025-07-22.html

Try using an arena allocator (eg bumpalo) for heap allocated values like Vec and Box. Would require passing lifetimes around unfortunately but apparently this is where oxc gets some of...