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
6
Copy pasting the tutorial code into your code editor (StackBlitz or local) should work
Copy pasting the code from tutorial docs breaks your app.
Reason: Tutorial docs use "root" as root element id, but tutorial code template uses "root".
The text was updated successfully, but these errors were encountered:
fix(remix-dev/vite): remove Vite v4 back compat (#8581)
a8fb7d8
Successfully merging a pull request may close this issue.
What version of React Router are you using?
6
Steps to Reproduce
Expected Behavior
Copy pasting the tutorial code into your code editor (StackBlitz or local) should work
Actual Behavior
Copy pasting the code from tutorial docs breaks your app.
Reason: Tutorial docs use "root" as root element id, but tutorial code template uses "root".
The text was updated successfully, but these errors were encountered: