-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Issues: vuejs/core
New issue
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
feat(reactivity): untrack and peek for ref
need discussion
scope: reactivity
✨ feature request
New feature or request
version: minor
#13286
opened May 6, 2025 by
teleskop150750
Loading…
test: enable gc tests
🐞 bug
Something isn't working
scope: reactivity
#13272
opened May 3, 2025 by
ferferga
Loading…
fix(reactivity): handle objects with custom Symbol.toStringTag
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12832
opened Feb 9, 2025 by
ddoemonn
Loading…
Readonly Ref cannot be triggered by Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: reactivity
triggerRef
🔨 p3-minor-bug
#12803
opened Feb 2, 2025 by
serkodev
fix(reactivity): ensure the first parameter in the reduce callback is reactive
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12737
opened Jan 18, 2025 by
inottn
Loading…
Reactivity issue with computed on array first item
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: reactivity
#12735
opened Jan 17, 2025 by
clemator
feat(reactivity): collection iteration should inherit iterator instance methods
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12644
opened Jan 3, 2025 by
edison1105
Loading…
A reactive variable create from the New feature or request
Map
data while lost some new functions after use iterator methods like values
scope: reactivity
✨ feature request
#12615
opened Dec 26, 2024 by
MZ-Dlovely
fix(reactivity): trigger the ref that is created by toRef from a reactive array
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12431
opened Nov 18, 2024 by
noootwo
Loading…
triggerRef
fails when target is an array
🔨 p3-minor-bug
#12427
opened Nov 18, 2024 by
ilyary
fix(reactivity): toRef edge cases for ref unwrapping
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12420
opened Nov 17, 2024 by
skirtles-code
Loading…
fix(reactivity): watchEffect should deduplicate multiple onCleanup calls for the same function
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12394
opened Nov 14, 2024 by
shengxj1
Loading…
fix(reactivity): handle Priority 2: this is not breaking anything but nice to have it addressed.
ready to merge
The PR is ready to be merged.
scope: reactivity
Set
with initial reactive values edge case
🍰 p2-nice-to-have
#12393
opened Nov 14, 2024 by
shengxj1
Loading…
dx(reactivity): warn on nested readonly ref update during unwrapping
🧹 p1-chore
Priority 1: this doesn't change code behavior.
ready to merge
The PR is ready to be merged.
scope: reactivity
#12141
opened Oct 10, 2024 by
jh-leong
Loading…
shallowReadonly assignment, no type error prompt
🔩 p2-edge-case
scope: reactivity
#11474
opened Aug 1, 2024 by
liuseen-l
cannot call Set#intersection for set with Proxy
🔩 p2-edge-case
scope: reactivity
#11398
opened Jul 18, 2024 by
sevenc-nanashi
feat(effectScope): add
onDispose
method
scope: reactivity
version: minor
#10826
opened Apr 28, 2024 by
Alfred-Skyblue
Loading…
Symbol.toStringTag
stops reactive()
and ref()
from being reactive.
🔩 p2-edge-case
scope: reactivity
#10483
opened Mar 8, 2024 by
WORMSS
triggerRef
does not trigger watch(() => ref.value)
need guidance
#9579
opened Nov 10, 2023 by
undergroundwires
Ref accessed via
Object.prototype.hasOwnProperty.call
isn't traced in computed
scope: reactivity
#9177
opened Sep 9, 2023 by
leoleoasd
refactor(reactivity): instrumentation handling for specific cases
need discussion
scope: reactivity
#9141
opened Sep 5, 2023 by
chenfan0
Loading…
types(reactivity): fix the return type error when the toRaw parameter type is readonly
scope: reactivity
scope: types
wait changes
#9124
opened Sep 4, 2023 by
Alfred-Skyblue
Loading…
feat(reactivity): strictMode option for readonly and shallowReadonly
need discussion
scope: reactivity
✨ feature request
New feature or request
version: minor
#8920
opened Aug 5, 2023 by
claudiaballano
Loading…
feat(app): support app level effect scope
need guidance
The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.
ready for review
This PR requires more reviews
scope: reactivity
#8801
opened Jul 17, 2023 by
Mini-ghost
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.