-
-
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. #8929
Allow navigation in child useEffects and fix intermittent issue where browser automation fails to navigate due to race conditions. #8929
Conversation
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 please revert the changes to the compact imports? They are intentional. This is explained here: react-router/packages/react-router-dom-v5-compat/index.ts Lines 1 to 48 in f3d87dc
|
Sure I can! I just read that now and the explanation clarifies it a little but makes a claim that I don't understand fully. It claims that npm/node doesn't allow multiple versions of the same package, when I've done that before. There may be some complexity I don't understand, but if not I'd consider use aliases to for compatibility. I'll revert the updates when I get a chance. |
@42shadow42 I think to sign the CLA you just need to add your username to https://github.com/42shadow42/react-router/blob/dev/contributors.yml |
|
Is there any progress on this Pull Request? This will fix the bug that currently breaks all our tests meaning we can finally upgrade to React Router 6. |
This PR has been automatically marked stale because we haven't received a response from the original author in a while 🙈. This automation helps keep the issue tracker clean from issues that are not actionable. Please reach out if you have more information for us or you think this issue shouldn't be closed! 🙂 If you don't do so within 7 days, this PR will be automatically closed. |
No idea why that happened. Must have been a mis-click. Sorry about that! Label re-applied. |
Thanks! 😆 Could this be merged or is it stale now/waiting on the PR author for anything else? |
@brophdawg11 Will this have an impact on the things you just did in #10336? |
@timdorr It shouldn't within the context of Let me see if I can follow up with @mjackson or @ryanflorence on getting this merged. |
🙌 Thanks for the PR @42shadow42! I synced up with @mjackson and we're going to add back in the I'm going to merge this into a branch of mine add some specific test scenarios and then will get it merged from there. |
Fixes #8809