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
Vue 3.4.16 broke a lot of components and the previous version worked fine (see this vuejs/core#10294)
But trying to rollback to 3.4.15 or lower results in a compilation error when executing the yarn command
If you remove from package.json "vue-datepicker-next": "^1.0.3",
Then yarn works fine.
But I'm left without a datepicker....
Vue 3.4.16 broke a lot of components and the previous version worked fine (see this vuejs/core#10294)
But trying to rollback to 3.4.15 or lower results in a compilation error when executing the
yarn
commandIf you remove from package.json
"vue-datepicker-next": "^1.0.3",
Then
yarn
works fine.But I'm left without a datepicker....
Vue2-datepicker version: ^1.0.3
Vue version: 3.4.15
yarn-error.log
yarn-error.log
package.json
vue.config.js
vite.config.js
Browser:
Firefox
Steps to reproduce
yarn
Reproduction Link or Source Code
Expected behavior
compile fine
Actual behavior
error An unexpected error occurred: "expected hoisted manifest for "vue-datepicker-next#vue#@vue/server-renderer#@vue/compiler-ssr"".
The text was updated successfully, but these errors were encountered: