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

Any state value should be taken as a function call, but props should be taken as value #4

Open
VNadygin opened this issue Jun 24, 2018 · 0 comments
Labels
bug Something isn't working demo

Comments

@VNadygin
Copy link
Collaborator

demo project Route 18

.updateTodoMutation({
        variables: {
          completed: this.state.component524State_checked(),
          id: this.props.match.params.id(),
          text: this.state.component511State_value(),
          userId: this.props.userQuery.user.id()
        }

id: this.props.match.params.id(), => id: this.props.match.params.id,

@VNadygin VNadygin added bug Something isn't working demo labels Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working demo
Projects
None yet
Development

No branches or pull requests

1 participant