You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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! 🙂
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.
The text was updated successfully, but these errors were encountered: