diff --git a/Sources/View/Grid.swift b/Sources/View/Grid.swift index 2d59566..74bc8e9 100644 --- a/Sources/View/Grid.swift +++ b/Sources/View/Grid.swift @@ -117,7 +117,7 @@ public struct Grid: View, LayoutArranging, LayoutPositioning { .alignmentGuide(.top, computeValue: { _ in self.topGuide(item: item) }) } } - .animation(self.gridAnimation) + .animation(self.gridAnimation, value: self.trackSizes) .frame( flow: self.flow, size: mainGeometry.size,