__webpack_modules__[moduleId] is not a function
See original GitHub issueDescribe the bug
The component is failing on mouting with a webpack module error
Uncaught (in promise) TypeError: __webpack_modules__[moduleId] is not a function at __webpack_require__ (vue-advanced-chat.common.js?91b2:30462:1) at eval (vue-advanced-chat.common.js?91b2:30559:1) at eval (vue-advanced-chat.common.js?91b2:42585:1) at Object.eval (vue-advanced-chat.common.js?91b2:42588:1) at eval (vue-advanced-chat.common.js:42591:30) at ./node_modules/vue-advanced-chat/dist/vue-advanced-chat.common.js (12.js:80:1) at __webpack_require__ (app.js:854:30) at fn (app.js:151:20) at eval (ChatContainer.vue?2b8c:34:1) at ./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js?!./src/components/chat/ChatContainer.vue?vue&type=script&lang=js (12.js:35:1)
Steps to reproduce
Im using the talbar/next version for vue3 and this error appear at mounting point.
Expected behavior
See the chat component
Device
- OS: Windows 11 (npm running under WSL: Ubuntu)
- Browser: Chrome 104.0.5112.81
- Package version: https://github.com/antoine92190/vue-advanced-chat/tarball/next
Issue Analytics
- State:
- Created a year ago
- Comments:11 (6 by maintainers)
Top Related StackOverflow Question
The new version works great, thank you very much for your selfless open source dedication. I’m just a rookie, your project really helped me a lot, I look forward to it getting better and better and allowing more people to use your project. Peace and love!
I just released the 2.0.0 version which should solve your issue. Can someone try it out and let me know if it works?