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
The Navigation router shouldn't generate links that begin with double slash because they're cross domain. Here's a jsfiddle that demonstrates the problem with double slashes. The Navigation router generates //jsfiddle.net from navigation data ['', 'jsfiddle.net'], but the browser sees the double slash and interprets the link as https://jsfiddle.net.
The text was updated successfully, but these errors were encountered:
The Navigation router shouldn't generate links that begin with double slash because they're cross domain. Here's a jsfiddle that demonstrates the problem with double slashes. The Navigation router generates //jsfiddle.net from navigation data ['', 'jsfiddle.net'], but the browser sees the double slash and interprets the link as https://jsfiddle.net.
The text was updated successfully, but these errors were encountered: