Closed
Description
Vue version
@aa9ef23
Link to minimal reproduction
Steps to reproduce
- Run the linked SFC playground
- computed Map key
test
will be updated - computed Map key
undefined
not
What is expected?
computed(() => map.get(undefined))
should be reactive
What is actually happening?
computed(() => map.get(undefined))
doesn't update if map.set(undefined)
is called
System Info
No response
Any additional comments?
No response