nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.

Home Page:https://vcalendar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Vue warn] Computed is still dirty after getter evaluation

tonysilva16 opened this issue · comments

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.

Same issue here – see vuejs/core#10341

Same warning.. using Nuxt3

Same thing here .. using Nuxt3..

I use it like the example here..

Status update? @nathanreyes