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.4.2
User that gave React Router a shot are effected by this.
Following main tutorial all works well until Pathless Route.
Adding a pathless route as described, the New button no longer works.
New
root path
parent action rootAction is detected via pathless routes.
rootAction
In the tutorial, pressing new button the action is detected.
I got a console.warn message:
You're trying to submit to a route that does not have an action. To fix this, please add an `action` function to the route for [/]
And an error response
ErrorResponse { status: 405, statusText: 'Method Not Allowed', data: 'No action found for [/]' }
The text was updated successfully, but these errors were encountered:
Duplicate of #9284
This will be fixed in 6.4.3.
Sorry, something went wrong.
No branches or pull requests
What version of React Router are you using?
6.4.2
Steps to Reproduce
User that gave React Router a shot are effected by this.
Following main tutorial all works well until Pathless Route.
Adding a pathless route as described, the
New
button no longer works.Steps
root path
with an actionExpected Behavior
parent action
rootAction
is detected via pathless routes.In the tutorial, pressing new button the action is detected.
Actual Behavior
I got a console.warn message:
And an error response
The text was updated successfully, but these errors were encountered: