Wapper adding incorrect code

Wappler Version : 3 Beta 6
Operating System : Mac OS

Expected behavior

What do you think should happen?
When you add an on click event to select a data record the correct code should be there

Actual behavior

What actually happens?

Actually gives this, which does not work.

dmx-on:click="run({run:{action:`select_trainee.load({id: repeat1[0][\'1_info_autoID\']},true);modal1.show()`}})

Hello,
What exactly are you trying you select and run on click?

I have allready filed an bug report on this one The flow generator is making the wrong code and the code is useless. Must have something with the qout signs to do.
If you change this

repeat1[0][\'1_info_autoID\']}

with (I think) this
repeat1[0][‘1_info_autoID’]}
It could work. But I am not sure if this is correct.

But what I am sure of is that this is a bug in flow generator.