I think you need to wrap it with withChildren
when you register it. So, you’d want to do:
Builder.registerComponent(withChildren(Button), {...})
(withChildren
comes from @builder.io/react
)
I think you need to wrap it with withChildren
when you register it. So, you’d want to do:
Builder.registerComponent(withChildren(Button), {...})
(withChildren
comes from @builder.io/react
)