Devon Govett

Results 894 comments of Devon Govett

Hmm, it works for me... 😅 Let me ask and see if anyone else on the core team can reproduce. Does it change if you clone that repo into a...

Ah nice. I can reproduce if I add a `package-lock.json` file in a parent directory as well. I wonder if there's anything we can do to prevent this from happening....

The package exists https://www.npmjs.com/package/@parcel/watcher-linux-arm64-musl but for some reason (perhaps an npm bug) it may not have been installed properly? Try clearing your package-lock.json and deleting node modules and then re...

Did you follow the instructions in the error message? I can't do anything about npm/yarn not installing things properly. Things to try: * Verify that the package actually does not...

Thanks. Looks like there are a couple failing tests

`useMenuItem` does support this option: https://github.com/adobe/react-spectrum/blob/22a9d27f62bf68668bd5bc08bede09bc0c73ae53/packages/%40react-aria/menu/src/useMenuItem.ts#L72-L76 and it should already work if you pass it to `react-aria-components` MenuItem since it spreads all props. I forget if there was a reason...

> and that seems to work well ...mostly. There are some issues with package managers not installing any of the optional dependencies sometimes.

I think we could add an API similar to ``, but for popovers. By default, `` would include the overlay, but if you want to customize it, you could wrap...

Maybe due to https://github.com/adobe/react-spectrum/blob/7eae25e124a9d235ff30f12bd86383b894a1ea04/packages/%40react-aria/overlays/src/usePreventScroll.ts#L142-L154 Looks like touchend is fired on the original target of the touchstart event even if your finger isn't over it anymore. Unfortunately touchcancel isn't fired on...