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
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
I have a code, that redirects somewhere, like this:
The problem is that it is an async action, and
executeAction
can be invoked multiple times before the component will die.What is the best approach to disable another
executeAction
while the very first redirect is not completed?Now Im use
once
decorator, but I dont think that this is the best way.The text was updated successfully, but these errors were encountered: