souramoo / commentoplusplus

Commento with out of the box patches and updates to add useful features and fixes. Also with one-click deploy to Heroku so you can get up and running fast.
MIT License
389 stars 62 forks source link

Refreshing page loses pending comments #143

Open NathanC opened 1 year ago

NathanC commented 1 year ago

If I make an anonymous comment, I see a "pending". However, when I reload the page, the pending comment is gone—and I've had a user be confused by that (and myself as well). I'm using a React SPA, and navigating between routes doesn't remove the comments.

Is this expected behavior, or is this a bug? Thanks in advance!