-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: compiler
Description
Version
3.2.11
Reproduction link
Steps to reproduce
- In SFC Playground, open the console;
- Click on "Hello" div.
What is expected?
It should appear in the console "clicked" and then "has value".
What is actually happening?
Only "clicked" appears .
In dev this works normally, but in build the container.value
in useSomething
remains null
. Before version 3.2.8 it worked in both dev and build. I believe it may be related to #4492
ygj6
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: compiler