kristiandueholm

Results 10 comments of kristiandueholm

I tried settings up Hyprland on my Ubuntu 25 system. I can confirm I get a lot of weird issues with the sidebar on Hyprland that I was not getting...

Can you try the solution I proposed in #215? Afterwards try using flag `-f flow` when executing. Both should work. This could possibly confirm my fix.

> -f flow helped, thank you Do you mind cloning the fork in #215 and running it clean again without `-f flow`? This will help confirm my proposed fix.

> @kristiandueholm your patch fixes the issue for me. Cool! I have not been able to get in contact with @alufers though.

> We encountered this same issue when upgrading our Next.js app to MUI v7. > > As a temporary workaround, we updated all of our MUI package versions to `~7.2.0`...

> Still got the same issue, the issue persist even i have updaed the packages and next.js version Which versions do you have installed exactly?

> > > Still got the same issue, the issue persist even i have updaed the packages and next.js version > > > > Which versions do you have installed...

I am unsure if the root cause is due to MUI or Next. Either way, upgrading Next to 15 is probably the best bet anyway.

> Based on https://github.com/Maus3rVonDutch/nx-mui-bug , it turns out that the `use client` is missing from the monorepo package: > > + "use client"; > import styles from "./ui-lib1.module.css"; > import...

I would like to make an attempt at this. Do you think it is a fine first issue @ckifer ?