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 warn]: Property "$primevue" was accessed during render but is not defined on instance.
at <PCalendar modelValue= Wed Dec 23 2020 00:03:25 GMT+0100 (Central European Standard Time)
onUpdate:modelValue=fn<onUpdate:modelValue> showicon=true ... >
at <App>
Clicking on the input field gives me a few similar warnings and then this error:
calendar.umd.min.js:1 Uncaught (in promise) TypeError: Cannot read property 'config' of undefined
at Proxy.sundayIndex (calendar.umd.min.js:1)
at ComputedRefImpl.reactiveEffect [as effect] (vue.global.js:407)
at ComputedRefImpl.get value [as value] (vue.global.js:1191)
at Object.get [as sundayIndex] (vue.global.js:6935)
at Object.get (vue.global.js:7249)
at Proxy.getFirstDayOfMonthIndex (calendar.umd.min.js:1)
at Proxy.months (calendar.umd.min.js:1)
at ComputedRefImpl.reactiveEffect [as effect] (vue.global.js:407)
at ComputedRefImpl.get value [as value] (vue.global.js:1191)
at Object.get [as months] (vue.global.js:6935)
If I revert both vue and primevue back to versions 3.0.2, I no longer have this issue.
The text was updated successfully, but these errors were encountered:
Setup: not quite conventional in that I'm not using a build tool, but rather just importing scripts on my page:
An error appears after refreshing the page:
Clicking on the input field gives me a few similar warnings and then this error:
If I revert both vue and primevue back to versions 3.0.2, I no longer have this issue.
The text was updated successfully, but these errors were encountered: