Skip to main content

All Questions

1 vote
0 answers
196 views

React Material Table IE 11 issue

I am using the React Material table(Editable) in IE11. Once I click on Delete/Edit and then click on the cancel button only the row is highlighted other rows are disabled. But in chrome, all the rows ...
Sovan's user avatar
  • 61
3 votes
0 answers
2k views

React Axios Error in IE 11, but Not Chrome

The following works in Chrome, but gives Network Error in IE 11. Same with using Fetch instead of Axios. What am I missing? async componentDidMount() { var auth = "Basic " + btoa(process.env....
Nick's user avatar
  • 186