I have react-scripts version 5.0.1 in package.json before I updated to 5.0.1 it was working fine in IE.
Now I am getting
object doesn't support property or method 'endsWith'
error
replace it with this
const str = 'Is this a question?'; console.log(str.slice(str2.length -1) === '?' );