vue-datepicker-next
vue-datepicker-next copied to clipboard
[Bug] error message showing vue3.2.47
vue-datepicker-next:1.0.2 Vue version:3.2.47 Browser: chrome
Steps to reproduce Any time show the date picker, the browser will show the error message.
i had the same issue! DOes any body know what is this?
@Skivs29 Can you help me reproduce? https://codesandbox.io/s/busy-babycat-v462gi?file=/src/App.vue
It works fine with 1.0.3 version)
This bug is very very wired. I have another lib got a similar problem. It is a little different warning message, but the same thing is it is good locally but not good on publish. It super confused me, I guess the problem is the relative Vue version. Lib depends on one version, and the project depends on another version. Not very sure. Let me know if anyone got some info. Thanks, guys. I am happy to do any test. Just let me know.
Also I found this in vue-core.js: https://github.com/vuejs/core/issues/4260 , is possible we can move the 'vue' from "dependencies" to "devDependencies":
Hi @Skivs29 try this way: https://github.com/vuejs/vue-cli/issues/4271 , if it is not work let me know. Thanks.