Items in List View get affected when applying matchedGeometryEffect to views inside the List View – SwiftUI

I’m trying to transition from the main view to a second view with animation using .matchedGeometryEffect but for some reason, if I apply the .matchedGeometryEffect directly to Text(item.name) only one item is visible, the rest of them get hidden. If I apply the .matchedGeometryEffect directly to the List all items show and I get the… Read More Items in List View get affected when applying matchedGeometryEffect to views inside the List View – SwiftUI