Is your feature request related to a problem? Please describe.
If the loading is lazy and we double click on the comment button, the comment is posted twice
unsolicited result:
Additional context
I had this error message in the console. Dunno if it's related:
query getAllProjectsQuery {
me {
id
company {
id
projects {
id
name
viewedByCustomer
customer {
id
name
__typename
}
issuedAt
createdAt
status
total
__typename
}
__typename
}
__typename
}
}
Cannot read property 'me' of undefined```
Is your feature request related to a problem? Please describe. If the loading is lazy and we double click on the comment button, the comment is posted twice
unsolicited result:
Additional context I had this error message in the console. Dunno if it's related: