We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
library
https://stackblitz.com/edit/react-router-v7-detached-elements
Info: React Developer Tools extension also causes similar behavior. Remove extension or test using incognito to disable extensions
System: OS: Linux 5.0 undefined CPU: (2) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: react-router: 7.1.1 => 7.1.1
npm
Button (and other elements) should be removed when garbage collection is triggered
Button (and other elements) remains in memory
The text was updated successfully, but these errors were encountered:
Afaik it has something to do with Chrome itself - facebook/react#31929 TanStack/router#3056 #12629
Sorry, something went wrong.
Correct, this isn't a bug with the library itself.
No branches or pull requests
I'm using React Router as a...
library
Reproduction
https://stackblitz.com/edit/react-router-v7-detached-elements
Info: React Developer Tools extension also causes similar behavior. Remove extension or test using incognito to disable extensions
System Info
System: OS: Linux 5.0 undefined CPU: (2) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: react-router: 7.1.1 => 7.1.1
Used Package Manager
npm
Expected Behavior
Button (and other elements) should be removed when garbage collection is triggered
Actual Behavior
Button (and other elements) remains in memory
The text was updated successfully, but these errors were encountered: