-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate keys detected: 'T' #28
Comments
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, Line 97-98 in CalendarPane. |
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. |
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.
The text was updated successfully, but these errors were encountered: