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}}