Skip to main content

All Questions

0 votes
0 answers
966 views

Material-UI IE11 Multiple Accordions - last chosen accordion won't close if I select a new one

I have implemented several expandable menus using MUI Accordion's. Their expansion is controlled through the "expanded" property. MUI release is 4.10.2. In recent browsers each Accordion ...
Marco Faustinelli's user avatar
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
0 votes
1 answer
501 views

React-app not working in Internet Explorer 11

I have a react app and I need it to work in Internet Explorer 11. I use Material-UI and some others tiny libraries. Right now, I just can see a blank page. I tried the next solutions (without success):...
Axel León's user avatar
5 votes
3 answers
11k views

React Material-ui SSR - Warning: Prop `d` did not match. Server: "M 0 0 h 24 v 24 H 0 Z" Client: "M0 0h24v24H0z"

I'm working on a React site with server-side rendering & Material-ui. Everything was working great including the mui JSS stuff. Then I added an SVG icon from @material-ui/icons Now, Edge & ...
DaveW's user avatar
  • 378
0 votes
2 answers
1k views

How to correctly destructure?

I'm having a syntax error in IE11 using @material-ui/core in the following line of bundle.js: const withStyles = (stylesOrCreator, options = {}) => Component => { const { withTheme = false, ...
rorbla's user avatar
  • 23
1 vote
1 answer
2k views

Incompatibility of Material UI Grid in IE 11

I'm trying to achieve the following grid layout using the Grid component in Material UI. I was able to achieve this layout in Chrome and Firefox using the following sample code, however in IE 11 all ...
user avatar