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 Oct 2, 2024. It is now read-only.
At the moment a problem in loading a collection cannot be catched because it is catched in the load function of the collection.
It would be nice if this throws another exception (like loading error) so the calling code can react to problems. In the vuex implementation this exception could be catched and handled.