Luca Oelsner

Results 3 comments of Luca Oelsner

I can't reproduce this issue, can you please give further information? Does it work with `html`?

Thanks to both of you, @plotka @karlpetersson! The suggestion worked straight away, looking forward to the next release(s).

We have a few similar cases in our project. There is the option to map booleans to different types/values: ```jsx props: { hideIcon: figma.boolean('Icon', { false: true, true: false, }),...