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
Inside ClientController's _render method, when all elementPromises (which are created from a page's getElements() methods) are not resolved, finishRoute() is never fired, which then breaks all page navigation because this._loading is never set to false.
This case can be created if a getElements() method returns an empty array.
The text was updated successfully, but these errors were encountered:
Inside ClientController's
_render
method, when allelementPromises
(which are created from a page'sgetElements()
methods) are not resolved,finishRoute()
is never fired, which then breaks all page navigation becausethis._loading
is never set tofalse
.This case can be created if a
getElements()
method returns an empty array.The text was updated successfully, but these errors were encountered: