I am exploring the Sendbird javascript SDK inside of an Ember application and I can’t get a user connected. I’ve published a minimal example to github below.
When Sendbird#connect is called it throws the following exception: TypeError: l.isMatchingType is not a function
Since the SDK source is minified it’s hard to say exactly what is going on under the hood. Any help would be appreciated! Thanks!
Thanks @Tyler! You’re right it looks like that is possible. The side-effects of doing that are pretty impactful. Do you have any insights in making the isMatchingType check more robust so it works with prototype extensions?
As a note, I did test this in ember with the array extension turned off and I was able to successfully connect using your example code. That being said, based on my limited knowledge of Ember, I do agree that turning it off would be potentially impactful.
In regards to your actual question, I’m not sure I’m going to be of much help here. That is likely going to require someone from Sendbird to chime in. Sorry I couldn’t be of more help.
Hello, spent whole day trying to solve this exact issue, tried multiple versions, tried multiple versions of react, but unable to solve this. So this exact issue made us use another provider.