Closed gdaniel closed 4 years ago
The default value of the url prop is always null: window.location.url does not exist. We need to replace it with window.location.href.
url
null
window.location.url
window.location.href
I am on it
The default value of the
url
prop is alwaysnull
:window.location.url
does not exist. We need to replace it withwindow.location.href
.