You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by "romanisitua@yahoo.com" <ro...@yahoo.com> on 2021/08/10 16:21:19 UTC

Uncaught TypeError: Cannot convert [object Object] to IBead (Resolved)

I have resolved the issue. I added an element that is not a bead to the beads element tag.The element I added was "<js:SimpleCSSValuesImpl />"This was a mistake.
It is supposed to be here
<j:valuesImpl>        <js:SimpleCSSValuesImpl />    </j:valuesImpl>

Regards,