Open YuriGor opened 5 years ago
Looks like the problem exists only for JSS classes passed via props to children components. Classes declared and used in the same file renders on server well, but classes passed as props are generated on client side only, so flash happens because of onload/onmounted time gap.
I've tried to the instapaper theme with NextJS and there is a flicker in the avatar size. Did you find a a solution for this issue?
No yet, have no time for this.
Does JSS style approach in MUI plays well with SSR?