when AView.sheet(BView) with navigation。
B view is a list, with codes:
...
.onAppear {
store.dispatch(action: TasksActions.FetchMine())
}
...
1, touch BView's list item , navigation into CView (just a detail view)
2, now, swipe back a little with gesture(C->B), and then cancel swipe,will recreate this issues
when comment store.dispatch... ,it work well