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
fix(reactivity): improve dev mode computed dependency tracking
Refine the dev mode dependency checking logic to prevent unnecessary
recomputations while maintaining correctness. Replace version lag sync
approach with direct version equality check for cleaner, more reliable
dependency change detection.
0 commit comments