You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I post a new comment then try to delete it immediately, it throws an error saying "Couldn't delete comment. Please try again later." This is because when posting a new comment, it's optimistic rendering, the newly posted comment does not have an id and so the api call will fail. Maybe make it not optimistic, only show it after the api call succeeds
Originally posted by @nc-scarlett-adams in #6 (review)
The text was updated successfully, but these errors were encountered: