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
System:
OS: Linux 5.15 Ubuntu 24.04.1 LTS 24.04.1 LTS (Noble Numbat)
CPU: (12) x64 Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
Memory: 6.33 GB / 15.59 GB
Container: Yes
Shell: 5.2.21 - /bin/bash
Binaries:
Node: 23.6.0 - ~/.nvm/versions/node/v23.6.0/bin/node
npm: 10.9.2 - ~/.nvm/versions/node/v23.6.0/bin/npm
(this is WSL, I'm using Chrome latest on windows 10 to visit the page)
Used Package Manager
npm
Expected Behavior
Sibling components managing their own input state should not trigger re-renders on other component ancestor trees when the parent is not re-rendering. This makes it hard to debug your code.
Actual Behavior
Sibling components trigger re-renders on other components in the parent component.
The text was updated successfully, but these errors were encountered:
I'm using React Router as a...
framework
Reproduction
InputComponentRoute.tsx
TextExtnernalComponent.tsx
System Info
Used Package Manager
npm
Expected Behavior
Sibling components managing their own input state should not trigger re-renders on other component ancestor trees when the parent is not re-rendering. This makes it hard to debug your code.
Actual Behavior
Sibling components trigger re-renders on other components in the parent component.
The text was updated successfully, but these errors were encountered: