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 was archived by the owner on Sep 20, 2020. It is now read-only.
Would it be possible to change the futurestates module so that when lazy loading of a future state is rejected (i.e. user is not presently authorised to access the underlying state files), it can leave the futurestate in place so that if a user consequently signs in or receives upgrades privileges, the future state is still available and can successfully be lazy loaded at that time (even though it failed at an earlier time)?
I noticed in your source that you delete the futurestate regardless of the lazy load outcome.