-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on iOS 16.1 #55
Comments
Same swipe to delete action does not crash on iOS 16.0 |
I'm also noticing the crash on same line with following exception
|
@NickAtGit hey :) did you ever manage to understand what was causing this? If it's still happening would you be able to put together a barebones example of it to help narrow down what could be causing it? |
@animeshp same question for you, are you able to put together an example project of this happening so we can figure out what's causing it? |
I've seen this crash on my device since iOS 16.1. I can trigger the issue by deleting a row in a List backed by CoreData in SwiftUI.
The text was updated successfully, but these errors were encountered: