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
undefined
@aa9ef23
https://play.vuejs.org/#eNp9U8tu2zAQ/BWWF8mAITtoT6lsIG0NtAWSBq2LXnRRpZXDVHyAD8eAoH/vUrRkOg/rInF2djmzu+rojVLZ3gG9prmpNFOWGLBOrQvBuJLako5UkitnoSY9abTkJEF+8jEiSHErnbjE0NCcxQpRiEoKYwk3O7Ly8TT5Cm0ryR+p2/pdMosoR4KAJ3JbqnSGMZ7ty9ZBhmJTJ2pomIB6TpLhm/yFRmogTtWlBV8qpicWjE2Q698vqeOtodJqcp+mM7Jak7HSLr7YKwpZQ82LSeF6n1GIqXFHXudB4iewZRyksyec+Oey69/3X262m2SGjT+nnjuOaJ7Yz8nVcrlEPf2gKV+EPcANwIMFrlrsDJ7yh6v156OvfIEHhGq2X3ddcN33+cKfT3CQFeGYdCfF1J1nVXjcn1fKhfip6RHFy46k0jm1BgfSsF32aKTA7R5aWFB/NWtB/1CW4cAKej02t6Alrt/T9wGz2sF8xKsHqP69gj+ag8cKeq/BgN5DQaeYLTWKDeHNrzs44PcU5LJ2LbIvBH+Cka3zGgPtE9pG2RFvUPtt+MGY2G3N5mBBmNGUFxqmG3zjT+dn95b1k9z32YchD9eB9v8BvIZieQ==
test
computed(() => map.get(undefined)) should be reactive
computed(() => map.get(undefined))
computed(() => map.get(undefined)) doesn't update if map.set(undefined) is called
map.set(undefined)
No response
The text was updated successfully, but these errors were encountered:
fix(reactivity): trigger reactivity for Map key undefined (#12055)
7ad289e
close #12054
Successfully merging a pull request may close this issue.
Vue version
@aa9ef23
Link to minimal reproduction
https://play.vuejs.org/#eNp9U8tu2zAQ/BWWF8mAITtoT6lsIG0NtAWSBq2LXnRRpZXDVHyAD8eAoH/vUrRkOg/rInF2djmzu+rojVLZ3gG9prmpNFOWGLBOrQvBuJLako5UkitnoSY9abTkJEF+8jEiSHErnbjE0NCcxQpRiEoKYwk3O7Ly8TT5Cm0ryR+p2/pdMosoR4KAJ3JbqnSGMZ7ty9ZBhmJTJ2pomIB6TpLhm/yFRmogTtWlBV8qpicWjE2Q698vqeOtodJqcp+mM7Jak7HSLr7YKwpZQ82LSeF6n1GIqXFHXudB4iewZRyksyec+Oey69/3X262m2SGjT+nnjuOaJ7Yz8nVcrlEPf2gKV+EPcANwIMFrlrsDJ7yh6v156OvfIEHhGq2X3ddcN33+cKfT3CQFeGYdCfF1J1nVXjcn1fKhfip6RHFy46k0jm1BgfSsF32aKTA7R5aWFB/NWtB/1CW4cAKej02t6Alrt/T9wGz2sF8xKsHqP69gj+ag8cKeq/BgN5DQaeYLTWKDeHNrzs44PcU5LJ2LbIvBH+Cka3zGgPtE9pG2RFvUPtt+MGY2G3N5mBBmNGUFxqmG3zjT+dn95b1k9z32YchD9eB9v8BvIZieQ==
Steps to reproduce
test
will be updatedundefined
notWhat is expected?
computed(() => map.get(undefined))
should be reactiveWhat is actually happening?
computed(() => map.get(undefined))
doesn't update ifmap.set(undefined)
is calledSystem Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: