Describe the problem
If you do this...
await goto('https://elsewhere.com');
...you get an error:
Cannot use goto with an external URL. Use window.location = "https://elsewhere.com/" instead
But goto('/non-existent-route') doesn't error.
Describe the proposed solution
Make it behave consistently
Alternatives considered
No response
Importance
nice to have
Additional Information
#13303 (comment)
Describe the problem
If you do this...
...you get an error:
But
goto('/non-existent-route')doesn't error.Describe the proposed solution
Make it behave consistently
Alternatives considered
No response
Importance
nice to have
Additional Information
#13303 (comment)