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
If you don't set contextual on a contextual route it could cause the browser to redirect indefinitely. I accidently did this in Chrome and the only way to stop it was to kill the tabs process.
Not sure if this is in fact related, but while reading the RouterMixin sources I came across this while loop and wondered if this could result in infinite loops under certain circumstances.
If you don't set
contextual
on a contextual route it could cause the browser to redirect indefinitely. I accidently did this in Chrome and the only way to stop it was to kill the tabs process.MainPage
UserPage
The text was updated successfully, but these errors were encountered: