Skip to content
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

Closed
octaviangrozman opened this issue Dec 16, 2017 · 4 comments
Closed

Duplicate keys detected: 'T' #28

octaviangrozman opened this issue Dec 16, 2017 · 4 comments
Labels

Comments

@octaviangrozman
Copy link

octaviangrozman commented Dec 16, 2017

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

image

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

image

May be I should not register it globally in beforeMount hook and import directly the calendar?
Thank you.

@nathanreyes
Copy link
Owner

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.

@Gannon001
Copy link

Hi,
I found the problem.

Line 97-98 in CalendarPane.
Key if dupliquer if two day start with same letter.

@nathanreyes
Copy link
Owner

Oh ok. I will make a note to use the weekday position as the key instead of its label. Thanks for the input.

@maksym-odanets
Copy link

Have the same issue. Looking forward to fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants