-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
Allow navigation in child useEffects and fix intermittent issue where browser automation fails to navigate due to race conditions. #8927
Conversation
* docs: fix contributing link * chore: add alexlbr to contributors
* docs: fix small typo in getting-started > concepts * Sign CLA: add tanayv to contributors.yml
* Update overview.md * Update contributors.yml
…mix-run#8894) * Add info about changes in matchPath() to upgrading v5 guide * Add signature
* Update routes.md use-routes instead of use-route * Update contributors.yml
* Update route.md change outdated "location" navlink to /utils/location * Update routes.md * Update route.md * Update contributors.yml
* Fixed TSDoc docs link for react-router components * Fixed TSDoc docs link for react-router hooks * Add missing TSDoc docs link for react-router-dom * Fixed some TSDoc Docs links on react-router * Signed CLA
Hi @42shadow42, Welcome, and thank you for contributing to React Router! Before we consider your pull request, we ask that you sign our Contributor License Agreement (CLA). We require this only once. You may review the CLA and sign it by adding your name to contributors.yml. Once the CLA is signed, the If you have already signed the CLA and received this response in error, or if you have any questions, please contact us at hello@remix.run. Thanks! - The Remix team |
Can you rebase this? I'm seeing a bunch of extra commits here. |
I'm not incredibly familiar with rebasing, I attempted it but it appears to still have extra commits. I'll just open up a new PR with the changes based off dev instead of main. |
I cherry-picked my commits onto dev here: #8929 |
Fixes #8809