Hello,
I am getting a bunch of warnings 'Duplicate keys detected: 'T'. This may cause an update error.' when trying to render v-calendar.


I am wrapping it with NoSSR, because the app is rendered on server. And registering v-calendar component globally in the beforeMount hook

May be I should not register it globally in beforeMount hook and import directly the calendar?
Thank you.
Honestly, it may be a while until I can properly test for server rendered environments. Please feel free to provide any input or testing you can, but until then I'll file this as 'help-wanted'.
My apologies...just want to be straight-forward about it until I can investigate what is required for components in general to make them compatible with server rendered apps.
Hi,
I found the problem.
Line 97-98 in CalendarPane.
Key if dupliquer if two day start with same letter.
Oh ok. I will make a note to use the weekday position as the key instead of its label. Thanks for the input.
Have the same issue. Looking forward to fixing.
Most helpful comment
Oh ok. I will make a note to use the weekday position as the key instead of its label. Thanks for the input.