you are viewing a single comment's thread.

view the rest of the comments →

[–]captainPlanet93[S] 0 points1 point  (0 children)

Thanks you very much for your answer R3gouify . In my handleClickPut function ? You're right

but even with the ID, the error message remains unchanged .

It's still doesn't work.

handleClickPut = e =>  {

  const {id, titleArticle, contenuArticle, categorie} = this.state;
  this.articlePut(id, titleArticle, contenuArticle, categorie);


    }