TypeError: u.isMatchingType is not a function

After integration with zoom sendbird give the following error

Error: Uncaught (in promise): TypeError: u.isMatchingType is not a function
TypeError: u.isMatchingType is not a function
at Function.value (SendBird.min.js:6)
at Function.value (SendBird.min.js:6)
at SendBirdChatProvider.getTheChannel (sendBirdChatProvider.ts:98)
at MessagesCard. (message-card.ts:238)
at Generator.next ()
at tslib.es6.js:73
at new ZoneAwarePromise (zone-evergreen.js:876)
at Module.__awaiter (tslib.es6.js:69)
at MessagesCard.openConatctDialog (message-card.ts:232)
at Object.eval [as handleEvent] (MessagesCard.html:3)
at resolvePromise (zone-evergreen.js:797)
at new ZoneAwarePromise (zone-evergreen.js:879)
at Module.__awaiter (tslib.es6.js:69)
at MessagesCard.openConatctDialog (message-card.ts:232)
at Object.eval [as handleEvent] (MessagesCard.html:3)
at handleEvent (core.js:43992)
at callWithDebugContext (core.js:45631)
at Object.debugHandleEvent [as handleEvent] (core.js:45246)
at dispatchEvent (core.js:29803)
at core.js:31836

Hi @mohameddesouky,

This typically occurs when a module you’re using extends the array prototype in Javascript. Currently we do not support extending base prototypes.

Hello @Tyler,
Any suggestion to solve this issue

Hi @mohameddesouky,

Currently we can only suggest that you remove the package that is altering base prototypes.