-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
Vue version
@aa9ef23
Link to minimal reproduction
Steps to reproduce
- Run the linked SFC playground
- computed Map key
testwill be updated - computed Map key
undefinednot
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
Reactions are currently unavailable