Reid Barber
Reid Barber
This issue listed Firefox, Chrome, Safari, and Microsoft Edge under 'What browsers are you seeing this on?', so I was confirming if it was present in those since I didn't...
@nwidynski Thanks for the input! We are definitely still considering different API options, so I appreciate the comments. > Is there a reason not to follow the `` pattern instead...
> I can’t pass a custom key or ID to prevent duplication Preventing duplication seems like something that should be handled at the application layer. > or update existing toasts....
The issue is more that I think screen reader or visual user might not notice a change to an existing toast, so I'm not convinced it's a good idea to...
Thanks! You'll just need to [sign the CLA](https://github.com/adobe/react-spectrum/pull/6701/checks?check_run_id=27400005874), then close and re-open this for it the pass CI checks.
Seems like this is different from just using [steps](https://react-spectrum.adobe.com/react-aria/Slider.html#step-values) since you can still set the value between steps. I think this is a pretty advanced use case that may be...
Related to discussion in #5126. This would be nice to have, and since it's non-breaking it doesn't need to be added before RAC GA.
I think we could add this to `AriaBaseButtonProps` here: https://github.com/adobe/react-spectrum/blob/cef3714bb8816a4ee64ffb1d0730f2669738d2e4/packages/%40react-types/button/src/index.d.ts#L49-L63
@snowystinger Yeah, I think just Button is a good start, and maybe Link as well.
Going to close this since it would be a breaking change. I think this use case is less common since generally your site navigation has a tree structure and isn't...