Summary
See https://mui.com/material-ui/react-accordion/#accessibility. The need to assign id shouldn't be needed in the first place.
I suspect that we could use https://base-ui.com/react/components/accordion under the hood here.
Examples
Motivation
Search keywords: -
Summary
See https://mui.com/material-ui/react-accordion/#accessibility. The need to assign
idshouldn't be needed in the first place.I suspect that we could use https://base-ui.com/react/components/accordion under the hood here.
Examples
React.useId()for demo IDs #48300 to work around the issue.Motivation
Search keywords: -