score:3

Accepted answer

we are using material-ui 0.18.1 with react 16.3 for client-side rendering and all is working well. i don't think this error is because of incompatibility between material-ui 0.2x and react 16.x.

for server side rendering, i found this repo which renders material-ui 0.x on server side with react 16.x. so it’s definitely not a compatibility issue.

score:1

i was recently tasked with supporting both mui 0.x and mui 1.x and although it was challenging, i found a way to make it work.

with mui 0.x, i found the versions that worked well together were:

  • material-ui@0.19.4
  • react@16.3.2 - upgrading to react@16.4 will break it, something to do with how events are handled in that minor update.

there was some other configuration required to get mui 1.x working in conjunction with mui 0.x but hopefully this part is enough to answer your question.


Related Query

More Query from same tag