You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a runtime error related to AnimatablePair in SwiftUI when using SwipeActions within a List. The error occurs intermittently during user interaction (e.g., swiping). Here is the error message:
Invalid sample AnimatablePair<AnimatablePair<CGFloat, CGFloat>, AnimatablePair<CGFloat, CGFloat>>(first: SwiftUI.AnimatablePair<CoreGraphics.CGFloat, CoreGraphics.CGFloat>(first: -50.33333333333337, second: 0.0), second: SwiftUI.AnimatablePair<CoreGraphics.CGFloat, CoreGraphics.CGFloat>(first: 50.33333333333333, second: 0.0)) with time Time(seconds: 0.0) > last time Time(seconds: 0.016671916644554585)
I am not using any animation modifiers.
The text was updated successfully, but these errors were encountered:
dsplayerX
changed the title
Invalid AnimatablePair Sample Causing Runtime Error in SwipeActions
Invalid AnimatablePair Runtime Error
Jan 13, 2025
I am encountering a runtime error related to AnimatablePair in SwiftUI when using SwipeActions within a List. The error occurs intermittently during user interaction (e.g., swiping). Here is the error message:
I am not using any animation modifiers.
The text was updated successfully, but these errors were encountered: