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

Fixed executeMutation type in useMutation hook result #412

Merged
merged 2 commits into from
Aug 28, 2019
Merged

Fixed executeMutation type in useMutation hook result #412

merged 2 commits into from
Aug 28, 2019

Conversation

jBugman
Copy link
Contributor

@jBugman jBugman commented Aug 27, 2019

And removed non-existing build:types entry from contributing doc

Copy link
Member

@kitten kitten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank your for sending this PR! That's a nice catch. It must've slipped through 😅

CONTRIBUTING.md Show resolved Hide resolved
Copy link
Collaborator

@JoviDeCroock JoviDeCroock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I think we should exclude the test files from the linter, I don't know why they just started though. If this isn't possible we should consider disabling @typescript-eslint/ban-ts-ignore.

The other issue is located here:

useRequest.test.ts
  6:9  error  'query' is never reassigned. Use 'const' instead  prefer-const

@kitten
Copy link
Member

kitten commented Aug 28, 2019

@JoviDeCroock @jBugman I'd be happy to merge this and fix the eslint config separately 👍

@JoviDeCroock
Copy link
Collaborator

@kitten fine by me 👍

@kitten kitten merged commit 5343e47 into urql-graphql:master Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants