So, I am getting the same quote over and over. I assume that the request is cached, but I don’t know how to fix it. I read about headers and played around with the code, but I can’t seems to get it working.
Could anyone help me out? Thanks!
Update:
Solved with the following:
var now = Date.now();
fetch(this.props.src + now)