Replies: 1 comment
-
Hi @sergdort, yeah this is how TCA has always worked. Due to its current design there is nowhere else to cancelables other than the global dictionary. If you need to differentiate between the same feature running twice you could add a We do have near future plans for the library that will properly silo effects in their respective features, but it's going to take time to get there, and we're not yet sure if that can be done in a backwards compatible 1.x release, or if it will be 2.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
We've been having an issue in our codebase with regards to cancelation behavior and It was quite a surprise for me to learn that cancellables for all effects are stored in the global cancelation bag
Let me describe the potential situation that may occur (which has happen to us actually). Let's say we have this setup
So for example with a multistore setup (or even without mutlistore setup) let's say we have two screens that display the same product
My main issues with this are:
Beta Was this translation helpful? Give feedback.
All reactions