Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(expansion): panel appearing as open when parent is animating away
Fixes an issue where the expansion panel will appear as if it is open, if the element is part of a component that is animating away. The issue comes from the fact that Angular resets the animation state to `void` which we don't have in the animation definitions. Fixes #11765.
- Loading branch information