You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wujie-polyfill.js?v=7ac3d4f1:1510 Uncaught TypeError: Cannot set property path of [object Event] which has only a getter
at XMLHttpRequest.setupPath (wujie-polyfill.js?v=7ac3d4f1:1510:12)
var polyfillEventPath = (appWindow) => {
function setupPath(e) {
var _a;
e.path = (_a = e.composedPath) == null ? void 0 : _a.call(e);
}
const rawAddEventListener = appWindow.EventTarget.prototype.addEventListener;
The text was updated successfully, but these errors were encountered:
wujie-polyfill.js?v=7ac3d4f1:1510 Uncaught TypeError: Cannot set property path of [object Event] which has only a getter
at XMLHttpRequest.setupPath (wujie-polyfill.js?v=7ac3d4f1:1510:12)
var polyfillEventPath = (appWindow) => {
function setupPath(e) {
var _a;
e.path = (_a = e.composedPath) == null ? void 0 : _a.call(e);
}
const rawAddEventListener = appWindow.EventTarget.prototype.addEventListener;
The text was updated successfully, but these errors were encountered: