Closed
Description
Version
3.1.2
Reproduction link
https://codesandbox.io/s/boring-hofstadter-h2jee
Steps to reproduce
Hi, please look at the console.
What is expected?
It's expected to get merged props, like
{
"aBC": "a-b-c",
"a1": "a1",
"b2": "b2",
"c3": "c3",
}
What is actually happening?
The props of vnode didn't convert to camel case, and there's no default props, such as a1
b2
c3
.
Metadata
Metadata
Assignees
Labels
No labels