How to render Component inside Widget?

I’m having a bit of trouble with the connect method; how would you recommend passing widget state to the component?

Specifically, I want to say

helper.connect({ component: 'emoji-picker', pickerIsActive: this.state.active })

And have that be somewhat equivalent to writing something like this in a component template:

{{emoji-picker active=pickerIsActive}}

@eviltrout ? :heart: :smiley:

1 „Gefällt mir“