I have a function in my React code defined like this:
getAttachment(url) { fetch(url).then((responseText) => { var response = responseText.js
try changing the getAttachment function to getAttachment = (url) => {...} and delete .bind(this)
getAttachment
getAttachment = (url) => {...}
.bind(this)