Devon Govett
Devon Govett
FYI, I just added a few methods that should make this use case much easier for you to implement. First, I [added](https://github.com/audiocogs/aurora.js/commit/698ae4df3bfcff1d61161aa77d760943fb86afb4) a more robust version of your `BufferSource`, and...
This is why: https://github.com/joyent/node/issues/8957
I did do this on purpose. In Spectrum, we have a specific state for [no value](https://react-spectrum.adobe.com/react-spectrum/ColorSwatch.html#no-value) that gets shown. RAC users could also implement something like that with the render...
Should have been fixed by #7427.
This is not yet released. You could try a nightly version though
This is a free and open source library, provided [as is](https://github.com/adobe/react-spectrum/blob/10a469d547bb8273f78aa220682c7022796a6268/LICENSE#L143-L151). We aren't paid to work on your personal priorities. You are welcome to fork the repo, use [patch-package](https://www.npmjs.com/package/patch-package), or...
Here's a fork of the original sandbox that works for me: https://codesandbox.io/p/github/JRS-Developer/testing-dialogs/csb-jh5gwz/draft/nameless-sea See demo here on iOS: https://jh5gwz-3000.csb.app/. The only change I made was to set a height on the...
That was changed very recently so isn't in the published version yet. You could try installing the nightly version and see if it fixes your problem.
I think this should already be fixed by #7026 which will be in the next release. Can you try the nightly version?
I'd recommend reading through our [Advanced customization](https://react-spectrum.adobe.com/react-aria/advanced.html) guide, in particular the section about [consuming contexts](https://react-spectrum.adobe.com/react-aria/advanced.html#consuming-contexts). All of the contexts we provide are exported, so you can consume them in your...