-
Notifications
You must be signed in to change notification settings - Fork 75
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: { key }. This may cause an update error. #23
Comments
I'm currently experiencing this as well, did you manage to solve it yet? |
我使用内嵌electron 调用也是一样会出现这个问题,web没发现这个问题 |
@DmitryNeposidjaka @eklundkristoffer i am find a fix function,more msg look at #27 |
@eklundkristoffer @DmitryNeposidjaka @hejianxian 这次是发现了导致这个bug的原因和暂时解决方案。 |
@DmitryNeposidjaka @eklundkristoffer In the newer version of |
Same problem here. Unfortunately i cannot downgrade as i need to use Vue 2.5 in order to implement subscribing to actions. |
@Zanzavar I think it was somewhere around 2.5.9 that this error log was introduced. So you can still be on 2.5. Anyway, this error was probably always in VDDL, in the new Vue version they just decided to log it afaik. |
I solved this problem defining a unique prefix to key:
|
After trying your solutiion it still says the same @JuniorNunes7 |
Even if the value of the key is changed, the only existing ID attribute will still be wrong |
Thank u, @JuniorNunes7, it solved my problem too. |
thanks so much ! This solved my issue :D |
谢谢了, 很有效果, 只要保证Array的 |
Has anyone seen solve? |
add like |
Best answer, worked here! |
Worked! Thank you 🙌 |
In determinated case, we can have: |
Thank you, I solved it. |
Hi, thanks for your great component!! I have caught a an error while trying to use your demo https://github.com/hejianxian/vddl/blob/master/example/src/views/simple.vue
print of error:
How can I fix it? what more information I cant present to you ?
The text was updated successfully, but these errors were encountered: