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 docs don't explain that pushUrl will work with just the path onwards (so you don't need the whole URL). I had assumed "URL" meant the whole thing, protocol and hostname included, so I was making effort to pass that around my app so that pushUrl would have it where necessary. Of course, in hindsight, it makes perfect sense that pushUrl shouldn't have to deal with the domain, as that stays the same no matter what page you're on!
The text was updated successfully, but these errors were encountered:
The docs don't explain that pushUrl will work with just the path onwards (so you don't need the whole URL). I had assumed "URL" meant the whole thing, protocol and hostname included, so I was making effort to pass that around my app so that pushUrl would have it where necessary. Of course, in hindsight, it makes perfect sense that pushUrl shouldn't have to deal with the domain, as that stays the same no matter what page you're on!
The text was updated successfully, but these errors were encountered: