Skip to content
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

[Bug]: Issues with content update after react-router v6.25.1 change – requires multiple interactions or keydown event to reflect changes #12165

Closed
42-jan opened this issue Oct 21, 2024 · 2 comments

Comments

@42-jan
Copy link

42-jan commented Oct 21, 2024

What version of React Router are you using?

17.0.2

Steps to Reproduce

Checkout react-router-dom min. 6.25.1

Expected Behavior

app renders changes directly like in version 6.25.0

Actual Behavior

since this #11803 (6.25.1) change i have problems with updating content on a page (in my react app). when i change text by clicking a button, this is only changed when the button is clicked again or when a button is pressed (“keydown-event”) or the rendering is only partially executed for some components after a short waiting time.

@42-jan 42-jan added the bug label Oct 21, 2024
@timdorr
Copy link
Member

timdorr commented Oct 22, 2024

Can you provide a reproduction of this issue on something like Codesandbox or StackBlitz?

Copy link
Contributor

github-actions bot commented Nov 1, 2024

This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that aren't actionable. Please reach out if you have more information for us! 🙂

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants