Marija Najdova

Results 337 comments of Marija Najdova

Thanks for tagging me @guilhermeabell. @michaldudak was the last one who was looking into this, maybe he will have more info. If I remember correctly this was fixed in Base...

I was able to fix this by adding `sx={{ zIndex: 'modal' }}` on the `Menu` component (see https://codesandbox.io/s/vigilant-tree-72fgxr?file=/src/Demo.tsx), however, I agree that this is not intuitive. @siriwatknp what's the recommendation...

> Not sure if it could be considered to be related to Next13, but I think this issue is also kind of related considering it's about running turbopack within a...

There have been some movement on emotion's side for supporting it in `./app` directory. I've forked their stackblitz and added few Material UI components and a custom theme, and it...

After doing some more investigation, I noticed that not all Material UI components can be render as server components. I was lucky in the example that the `Typography` component was...

Based on https://github.com/emotion-js/emotion/issues/2928#issuecomment-1319747902 > Note that you should only use Emotion with the so-called client components (we might add "use client"; directive to our files to make this obvious). They...

> You don't have to add it to all the client components (although that's certainly the easiest solution here). If you have a set of completely headless components that don't...

Can you create a minimal reproduction with the code too? It would help us debug.

> I think that exploring https://github.com/cristianbote/goober could also be great, it could already yield a great improvement see the benchmark https://twind.dev/handbook/introduction.html#benchmarks. Agree, I remember we discussed this in the past,...

> Goober was explored a bit in https://github.com/mui/material-ui/pull/27776 Thanks for linking it, I will check to see what was missing