You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @peiris try to use .createPicker instead of .from.
The method .from returns an array of ACPController and for some reason Stencil doesn't recognize on/off.
Instead .createPicker returns just one ACPController instance.
I'm trying to integrate this with a StencilJs component. I have the below code.
But Stencil build fails with a warning as below, with a highlight for
.on(
The text was updated successfully, but these errors were encountered: