I met a problem about the indicator of Tabs component ,
the detail is when ssr was finished,the span of indicator was inside of first tab whose class was 'MuiTab-root ',but after a while ,it turned to be inside the tab scroll container whose class was 'MuiTabs-scroller',about 400ms.

about 400ms later,it turned into this:

and during the period,I just did nothing
this can be repeated successfully 100% just disable the javascript and use ssr frameworks
| Tech |
Version |
| Material-UI |
v3.3.1 |
| React |
16.5.1 |
| Browser |
chrome |
| TypeScript |
no |
| etc. |
koa+nextjs |