[Accordion] Opening animation isn't cancelled when a panel is initially open #1588
Labels
bug 🐛
Something doesn't work
component: accordion
This is the name of the generic UI component, not the React module!
has workaround
Repro: https://codesandbox.io/p/sandbox/eloquent-gwen-dpp375
Tested with transitions but likely to happen with animations as well, the underlying collapsible's open state can't be determined before the first render when all the panels are indexed and the accordion's value prop
['value']
can be resolved to the panel's initial statesThe text was updated successfully, but these errors were encountered: