-
Notifications
You must be signed in to change notification settings - Fork 736
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
Removed unnecessary } in GraphQLEditor #1104
Conversation
It took a while to track down but there is a closing curly bracket that's unnecessary. It gets rendered in output and it's visible on white background.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for late. Looks good to me!
any update? |
This is such a small issue, but its implications are HUGE. How is an institution of any respectable capacity able to release something that looks so hideous into production? Can we please merge! |
@EthanSK hey there! this repository is under liminal maintenance as we transition before we archive and move to a new implementation. some months ago when we announced all of this, we asked users to identify which bugs were most important to fix before archiving. Prisma no longer maintains this repo. Please heed the warnings! |
* refactor(graphql-playground-react): remove unused method * fix(graphql-playground-react): side tabs doesn't appear This commit fixes the following bug: side tabs doesn't appear when GraphQLEditor component isn't updated
@acao Where is the announcement about this? And also, when is the new implementation going to be released. Thanks |
It took a while to track down but there is a closing curly bracket that's unnecessary. It gets rendered in output and it's visible on white background.
It took a while to track down but there is a closing curly bracket that's unnecessary. It gets rendered in output and it's visible on white background.
It took a while to track down but there is a closing curly bracket that's unnecessary. It gets rendered in output and it's visible on white background.
Fixes # N/A.
Changes proposed in this pull request:
It took a while to track down but there is a closing curly bracket that's unnecessary. It gets rendered in output and it's visible on white background. I removed it. This was introduced in #1001 https://github.com/prisma-labs/graphql-playground/pull/1001/files#diff-977e6e5ed829c1b17ed396af79ae26b3R291
Before
This is a screenshot from master
After
This is a screenshot from the Netlify preview app