Open mark7p opened 5 days ago
Resolves #15403
Problem:: The logic from ngOnChanges() forces the component to create new processedItems with expanded: undefined.
ngOnChanges()
processedItems
expanded: undefined
Solution: Added check to keep expanded properties.
expanded
This is a possible solution for #16781 too, but I created another PR(#16791) with the fix for the hide animation.
hide
The latest updates on your projects. Learn more about Vercel for Git ↗︎
@mark7p is attempting to deploy a commit to the primetek Team on Vercel.
A member of the Team first needs to authorize it.
Resolves #15403
Problem:: The logic from
ngOnChanges()
forces the component to create newprocessedItems
withexpanded: undefined
.Solution: Added check to keep
expanded
properties.This is a possible solution for #16781 too, but I created another PR(#16791) with the fix for the
hide
animation.