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
Latest? The version bundled in https://reacttraining.com/react-router/native/example/recursive-paths as of the time of writing.
https://codesandbox.io/s/react-router-recursive-paths-h74vx
The sandbox directly embedded in the official website.
Just open it.
Not throw.
Array.find() doesn't like that your path param id is a string, while having the actual data in number.
Array.find()
The text was updated successfully, but these errors were encountered:
The web example works fine: https://reacttraining.com/react-router/web/example/recursive-paths
We just haven't updated the RN version. Want to make a PR?
Sorry, something went wrong.
Fixes remix-run#7272
bcf8415
Fixes #7272 (#7274)
26aa871
Successfully merging a pull request may close this issue.
Version
Latest? The version bundled in https://reacttraining.com/react-router/native/example/recursive-paths as of the time of writing.
Test Case
https://codesandbox.io/s/react-router-recursive-paths-h74vx
The sandbox directly embedded in the official website.
Steps to reproduce
Just open it.
Expected Behavior
Not throw.
Actual Behavior
Array.find()
doesn't like that your path param id is a string, while having the actual data in number.The text was updated successfully, but these errors were encountered: