Kind of the same as #77 , but different... When a user choose one of their own comments and selects Edit, the form is shown and it's possible to edit the text, but when the user clicks save nothing happens. In the console the following error message is shown:
"TypeError: setComments is not a function
at handleSubmit (CommentEditForm.js:24:1)"
I might be wrong, but i'm quite sure this has worked before...
Workaround:
Copy the text from the comment and paste it in the edit form and save to create a new comment.
Kind of the same as #77 , but different... When a user choose one of their own comments and selects Edit, the form is shown and it's possible to edit the text, but when the user clicks save nothing happens. In the console the following error message is shown: "TypeError: setComments is not a function at handleSubmit (CommentEditForm.js:24:1)"
I might be wrong, but i'm quite sure this has worked before...
Workaround: