Re: Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-12 Thread Roman Isitua
said and put a breakpoint at > the code just before the error is thrown and inspect the bead instance > there. > > Please let us know what that bead is, if it is one that is from the royale > sdk. > > Thanks, > Greg > > > > On Fri, Aug 13, 2021 at 3:12 AM Yishay Wei

Re: Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-12 Thread Greg Dove
Fri, Aug 13, 2021 at 3:12 AM Yishay Weiss wrote: > Oh, I see you have resolved it, thanks for sharing. > > > > *From: *Yishay Weiss > *Sent: *Thursday, August 12, 2021 6:11 PM > *To: *users@royale.apache.org > *Subject: *RE: Uncaught TypeError: Cannot convert [object Object]

RE: Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-12 Thread Yishay Weiss
Oh, I see you have resolved it, thanks for sharing. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, August 12, 2021 6:11 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Uncaught TypeError: Cannot convert [object Object] to IBead I have

RE: Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-12 Thread Yishay Weiss
I have encountered similar issues in the past. I think the runtime requirement that all beads actually implement IBead was added a bit late so there may be code that fails in runtime. I would put a breakpoint in your browser and inspect beads to see if one of them is not an IBead. From: romanis