Hi there !
I am having trouble setting mytoggle icon correctly.
Here's some context :
I have a feed of dynamic item (from firebase), these item are components. Everything works fine except for the toggle icon. I get this error
When it wasn't a component, i had the toggle icon value tied to the firebase boolean value of my item (either false or true). Now that's a component, it doesn"t wan't to be tied to it, it don't even show up in the possible option.
The fact is that i'm passing the boolean data. I can see it on the page side as well as on the component parameters.