Gijs Boddeus
Gijs Boddeus
@siriwatknp I've taken the liberty of converting the `PaginationItem` (#41848), `IconButton` (#41850) and `Fab` (#41851)
We have encountered the same problem with sites of two of our clients. Both are running on next 13 and using MUI 5. For us, it also happens when a...
I implemented the hack @doflo-dfa mentioned in our theme config, so it only applies for the backdrop. This works fine for until the issue gets fixed. ```javascript const theme =...
@alikleit client component doesn't mean that everything is done on the client side. It just means that the component is interactive and should send JS to the client. The rendering...
@sharky98 I think the most important thing that you seem to misunderstand, is that adding `"use client"` doesn't tell react to render it on the client. It only tells react...
We ran into the same issue where it just redirects to the default domain. [They clearly state that it should be supported](https://docs.aws.amazon.com/amplify/latest/userguide/ssr-Amplify-support.html#:~:text=Internationalized%20(i18n)%20domain%20routing), but it doesn't seem to work out of...
I believe [@stitches/react](https://stitches.dev/) would also be a good option. Haven't worked with it, but if I read the introduction correctly it does almost everything emotion does but with better SSR...
> @gijsbotje I think that Material UI needs static CSS extraction, so not stitches, e.g. https://github.com/nextui-org/nextui/discussions/1035 Yeah upon further reading it looked like it wasn't maintaned very well.
I've seen this same behavior and did not find a setting to change it. I would also expect the thumbs to move forward 1 by 1 of introduce as setting...
Ran into the same issue using ``. Removing this component from the DOM removes the error.