We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location
<StaticRouter>
According to docs:
<StaticRouter location> defaults to "/"
<StaticRouter location>
"/"
In the actual implementation if location is undefined the code arrives to the line 26 and crashes on the attempt to read pathname of undefined object:
pathname
react-router/packages/react-router-dom/server.tsx
Lines 15 to 31 in 760f63d
The text was updated successfully, but these errors were encountered:
e2b1609
This was released in 6.0.1
Sorry, something went wrong.
No branches or pull requests
According to docs:
In the actual implementation if
location
is undefined the code arrives to the line 26 and crashes on the attempt to readpathname
of undefined object:react-router/packages/react-router-dom/server.tsx
Lines 15 to 31 in 760f63d
The text was updated successfully, but these errors were encountered: