nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

[Vue warn] Computed is still dirty after getter evaluation #1447

Open tonysilva16 opened 4 months ago

tonysilva16 commented 4 months ago

Hi,

When using the component calendar, i am getting this error:

[Vue warn] Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free

If i remove the component the error goes away.

isaac-bowen commented 4 months ago

Same issue here – see https://github.com/vuejs/core/issues/10341

RaynisDev commented 4 months ago

Same warning.. using Nuxt3

CasperSK89 commented 4 months ago

Same thing here .. using Nuxt3..

I use it like the example here..

isaac-bowen commented 2 months ago

Status update? @nathanreyes