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
Hello, thank you for the package.
I have a doubt about behavior of the store.observer, why is it accumulating the results?
The first time I call the method, it returns nothing, the second time it returns once, the third time it returns twice and so on.
I may be missunderstanding the behavior of the method, but I expected it to only return the result once, because if I call a showDialog for example, I don't want it to be called 2, 3, 4.. times, just once.
This screenshot is the result, as you can see the number of results increases as I call the function.
The text was updated successfully, but these errors were encountered:
Hello, thank you for the package.
I have a doubt about behavior of the store.observer, why is it accumulating the results?
The first time I call the method, it returns nothing, the second time it returns once, the third time it returns twice and so on.
I may be missunderstanding the behavior of the method, but I expected it to only return the result once, because if I call a showDialog for example, I don't want it to be called 2, 3, 4.. times, just once.
This screenshot is the result, as you can see the number of results increases as I call the function.
The text was updated successfully, but these errors were encountered: