Uh oh!
There was an error while loading. Please reload this page.
refactor: remove Link transition state - #8043
Conversation
View your CI Pipeline Execution ↗ for commit 143b1c5
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview4 package(s) bumped directly, 19 bumped as dependents. 🟩 Patch bumps
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe React, Solid, and Vue Link implementations no longer track or expose ChangesLink transition state removal
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bundle Size Benchmarks
The following scenarios have bundle-size changes compared with the baseline:
Current gzip tracks all emitted client JS chunks. Initial gzip tracks only the entry/import graph. Trend sparkline is historical current gzip ending with this PR measurement; lower is better. |
Merging this PR will regress 0 benchmarks
|
Summary
isTransitioningstate from the React, Solid, and Vue adaptersdata-transitioningand removeisTransitioningfrom Link render-prop/slot types and valuesCompatibility
isTransitioninganddata-transitioningwere undocumented, but the attribute was observable and Solid/Vue exposed the state at runtime. React advertised the field in its type without passing it at runtime. Please confirm that removing this accidental API is acceptable before merge.Testing
CI=1 NX_DAEMON=false pnpm nx run-many --target=test:unit --projects=@tanstack/react-router,@tanstack/solid-router,@tanstack/vue-router --outputStyle=stream --skipRemoteCacheCI=1 NX_DAEMON=false pnpm nx run-many --target=test:types --projects=@tanstack/react-router,@tanstack/solid-router,@tanstack/vue-router --outputStyle=stream --skipRemoteCacheCI=1 NX_DAEMON=false pnpm nx run-many --target=test:eslint --projects=@tanstack/react-router,@tanstack/solid-router,@tanstack/vue-router --outputStyle=stream --skipRemoteCachepnpm exec changeset status --since=mainSummary by CodeRabbit
isTransitioningstate from React, Solid, and Vue router links.data-transitioningattribute from rendered links.isActive.