-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
i use tools about under with Microsoft Edge 107.0.1418.26
"core-js": "^3.26.0",
"@babel/core": "^7.19.6",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"webpack": "^5.74.0",
and got a error
Uncaught TypeError: functionToString is not a function
at store.inspectSource (inspect-source.js?086c:10:1)
at Function.toString (make-built-in.js?6604:48:1)
at RegExp.exec (<anonymous>)
at eval (is-constructor.js?2e30:13:1)
at ./node_modules/core-js/internals/is-constructor.js (chunk-vendors.js:12574:1)
at __webpack_require__ (app.js:2930:33)
at fn (app.js:3233:21)
at eval (array-species-constructor.js?00b1:2:1)
at ./node_modules/core-js/internals/array-species-constructor.js (chunk-vendors.js:11765:1)
at __webpack_require__ (app.js:2930:33)
but in google chrome 107.0.5304.88 is everything fine