Replies: 1 comment
-
Hi @devkimmy, providing a minimal sample project that demonstrates the problem is the easiest way for us to understand the problem you are having. Are you using |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
First of all, I appreciate your great contributes for this awesome Framework.😁
We used to declare
IndentifiedArray
for representing List types, or declareStackState
for representing Navigation.And there might be
in-flight effect
running inside each items(Both of IndentifiedArray's State, StackState's State)We sometimes face the moments for removal of items, compare to 'PresentationState' 's dismiss mechanism (using DismissEffect) there seems no such mechanism which automatically cancels in-flight effects.
Such as bellow
Should we always cancel item's in-flight effects manually?
(Trigger actions of child which cancels all in-flight effects through
.cancel
effect)Or is there any mechanism that I don't know?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions