I’m receiving ‘TypeError: Invalid calling object’ when I try to load the twitter widget in a website using Polymer 1 when it runs on Microsoft Edge version 20.10240
It’s working properly on Chrome 45.0 and Firefox 36.0.
The widget appears, but it has any functionality; scrolls, clicks…
The error is:
t.stack "TypeError: Invalid calling object\n
at H.matches (https://pm4dev.poolmanager.local/dist/webcomponents.min.js:13:225)\n
at r (https://platform.twitter.com/widgets.js:2:27657)\n
at r (https://platform.twitter.com/widgets.js:2:27950)\n
at Anonymous function (https://platform.twitter.com/widgets.js:4:29270)\n
at i (https://platform.twitter.com/widgets.js:3:13491)\n
at Anonymous function (https://platform.twitter.com/widgets.js:2:22929)\n
at Array.prototype.reduce (native code)\n
at Anonymous function (https://platform.twitter.com/widgets.js:2:22890)\n
at Array.prototype.reduce (native code)\n
at r (https://platform.twitter.com/widgets.js:2:22860)
¿Any idea about this?