When a LazyVStack is nested within a ScrollView on iOS 17, the scroll view's content offset can be incorrectly set for a brief moment, causing the scroll view to "jitter".
Here's some sample code:
import SwiftUI
struct ContentView: View {
@State var isExpanded = Set<Int>()
var body: some View {