-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
React duplicate key warning in QueryHistory component since 0.16.0 #988
Comments
About to take care of this in the upgrade to react 16 this week. Thanks for
reporting it!
…On Mon, Oct 28, 2019 at 8:38 AM Mickael Neves ***@***.***> wrote:
Getting the same problem
[image: console]
<https://user-images.githubusercontent.com/20476271/67678886-aa030c00-f97f-11e9-9b8e-d55cdb5cd020.PNG>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#988?email_source=notifications&email_token=AAKOFFYJOZCV5UQJEF6Z5B3QQ3MKZA5CNFSM4JFYMB6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECMXGOY#issuecomment-546927419>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKOFF3FAB6OA6NO6AMCDWTQQ3MKZANCNFSM4JFYMB6A>
.
|
@acao Any luck? |
@moroshko ah dangit my bad, forgot to bring this into the 0.17.0 release. this is a bad bug, and we need to fix it immediately! I will get on a 0.17.1 bugfix release today, much smaller effort. |
@moroshko able to give this a try to confirm? looks like this fixes the bug: |
@acao Thanks for fixing this, let's release the fix! |
@moroshko we have a few more PRs waiting for the next release, one in particular that fixes our minified build. our latest published one is provisional from that PR. our minified builds are the most widely used. so hopefully later this week! |
Since upgrading to
0.16.0
I'm getting duplicate key warnings from theQueryHistory
component. I have a few of the same items in the history - this looks to be the issue here:graphiql/packages/graphiql/src/components/QueryHistory.js
Line 96 in 87e9d46
The text was updated successfully, but these errors were encountered: