IE 11 Error: Object doesn't support property or method 'includes'
Opened this issue · 0 comments
Vue announcer throws an error on IE 11.
"Object doesn't support property or method 'includes'"
TypeError: Object doesn't support property or method 'includes'
{
[functions]: ,
proto: { },
description: "Object doesn't support property or method 'includes'",
message: "Object doesn't support property or method 'includes'",
name: "TypeError",
number: -2146827850,
stack: "TypeError: Object doesn't support property or method 'includes'
at Anonymous function (https://vue-announcer.surge.sh/dist/build.js:6:119599)
at c (https://vue-announcer.surge.sh/dist/build.js:6:121189)
at u (https://vue-announcer.surge.sh/dist/build.js:6:121729)
at Dt (https://vue-announcer.surge.sh/dist/build.js:1:17079)
at t.prototype._init (https://vue-announcer.surge.sh/dist/build.js:6:7843)
at a (https://vue-announcer.surge.sh/dist/build.js:1:26743)
at xe (https://vue-announcer.surge.sh/dist/build.js:1:23592)
at Ta.init (https://vue-announcer.surge.sh/dist/build.js:6:7170)
at u (https://vue-announcer.surge.sh/dist/build.js:6:16769)
at c (https://vue-announcer.surge.sh/dist/build.js:6:16375)"
}