Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

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 triggerRef 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: reactivity
#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…
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 Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem scope: reactivity
#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 Set with initial reactive values edge case 🍰 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
#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…
triggerRef does not trigger watch(() => ref.value) need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further. scope: reactivity
#9579 opened Nov 10, 2023 by undergroundwires
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…
ProTip! Exclude everything labeled bug with -label:bug.