wicksome / utterances-react

React component for utterances
5 stars 3 forks source link

fix: ensure script is removed before instanciating due to caching issues #25

Closed pedrosousa13 closed 3 years ago

pedrosousa13 commented 3 years ago

I was having this issue where the script would always be cached between posts in my SPA so it would always load the same utterances instance. Would only be fixed on hard refresh.

This way the script is always refreshed.