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

Enabling externalQuery results in "Duplicate keys" errors occur in 2.21.6 #822

Closed
1 task done
dorabt opened this issue Mar 1, 2021 · 0 comments
Closed
1 task done
Assignees
Labels

Comments

@dorabt
Copy link

dorabt commented Mar 1, 2021

Issue Type (delete the irrelevant ones)

  • Bug

Specs

What version are you using?
2.21.6

What browser?
Chrome and Firefox

Expected Behavior

What did you expect to happen?
I expected the table would simply be displayed without error.
My app worked fine on 2.21.5.

Actual Behavior

What actually happened?
Duplicate items were displayed in the table and I got multiple "Duplicate keys" errors in the console.

Steps to Reproduce the Problem

I made a simple sandbox. (sorry. I'm not very familiar with jsfiddle.)
https://codesandbox.io/s/vue-good-table-2216-04us4

This problem seems to occur when I put ”externalQuery" in search-options. It was the same when I put the "trigger".
This sandbox works fine when I downgrade 2.21.5.

Thank you for your great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment