Skip to content

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

@VNadygin

Description

@VNadygin

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdemo

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions