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
How to solve such an error while building the app using WebPack?
app.js:22712 TypeError: Cannot read property 'call' of undefined
at __webpack_require__ (app.js:64)
at Object../node_modules/css-loader/index.js?!./node_modules/postcss-loader/src/index.js?!./node_modules/trix/dist/trix.css
at __webpack_require__ (app.js:64)
at Object../node_modules/trix/dist/trix.css
this is the version I'm currently using: "vue-trix": "^1.1.11"
vuejs version "vue": "^2.6.12"
The text was updated successfully, but these errors were encountered:
How to solve such an error while building the app using WebPack?
this is the version I'm currently using:
"vue-trix": "^1.1.11"
vuejs version
"vue": "^2.6.12"
The text was updated successfully, but these errors were encountered: