Closed
Description
Version
3.0.0-alpha.5
Reproduction link
https://codepen.io/hareku/pen/PoqGdYB
Steps to reproduce
- Render
ChildWithProps
. - Render
ChildWithoutProps
.
What is expected?
The span elements of ChildWithProps
and ChildWithoutProps
should have `style="font-size: red".
What is actually happening?
ChildWithoutProps
does not have `style="font-size: red".
I think, even props is undefined, components should work the same as ChildWithProps
.
Metadata
Metadata
Assignees
Labels
No labels