Skip to content

Commit 35ea829

Browse files
committed
[fix] identifiedArrayOf animation value 런타임 충돌 에러 수정
value를 Array -> Array.elements로 수정
1 parent ca83c09 commit 35ea829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private extension RecommendView {
139139
.id(interest.description)
140140
}
141141
}
142-
.animation(.pokitDissolve, value: store.myInterestList)
142+
.animation(.pokitDissolve, value: store.myInterestList.elements)
143143
}
144144

145145
@ViewBuilder

0 commit comments

Comments
 (0)