### Description I saw one related issue to this: Setting scrollview delegate on List breaks cells update #426. Could be similar..can you please help with this? ### Checklist - [X] I have read the [README](https://github.com/siteline/swiftui-introspect#swiftui-introspect) before submitting this report. - [X] This issue hasn't been addressed in an [existing GitHub issue](https://github.com/siteline/swiftui-introspect/issues) or [discussion](https://github.com/siteline/swiftui-introspect/discussions). ### Expected behavior List must behave as usual ### Actual behavior List does not UI properly ### Steps to reproduce Introspect list as collection view and set its delegate. Whenever view model publish any update and view renders then UI is broken. ### Version information 1.3.0 ### Destination operating system iOS16 and above ### Xcode version information Xcode 15 ### Swift Compiler version information ```shell Swift 5.10 ```