Lgrx

Results 4 issues of Lgrx

The dialog is not properly dismissed sometimes. I still have the dialog background but not the dialog itself. It is very annoying if you have set the dialogs to setCancelable(false)...

With a Large list of images on IOS 15, The crash happened randomly after a certain time of scroll.

Hi, Nothing is happening when I set the scroll position in my example, am I doing something wrong ? ``` @State var asCollectionViewScrollPosition: ASCollectionViewScrollPosition? = ASCollectionViewScrollPosition.top ASCollectionView(sections: self.sections) .layout {...