react-router icon indicating copy to clipboard operation
react-router copied to clipboard

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

Open 42-jan opened this issue 1 year ago • 1 comments

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 https://github.com/remix-run/react-router/pull/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 avatar Oct 21 '24 08:10 42-jan

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

timdorr avatar Oct 22 '24 22:10 timdorr

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[bot] avatar Nov 01 '24 23:11 github-actions[bot]