ComponentsRough Edgesbughelp wanted
仓库指标
- Star
- (1,977 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Describe the bug
Some components emit markup like this: div idyll="[object Object]">... This happens due to using the {...props} syntax in the components' render functions.
Expected behavior
The HTML should not contain idyll="[object Object]".
To Reproduce Just look at any page made with idyll, the default project works fine.