David Ihl

Results 10 comments of David Ihl

I set up a fresh angular in the newest version in combination with material. While trying to setup a custom theme, I noticed that the issue still persists :( I...

I am experiencing the same issue with Tailwind and the latest Nextjs version. Did anyone here managed to fix it?

@colehendricks3 Thank you for replying! No Supabase in my project. In my case I am using tailwind combined with daisyUi. I did some research and talked to other developers and...

The flickering showed again, so I removed fonts too, no effect. Building still has some sort of effect though. Flickering stopped at some places but not everywhere

Since I updated to the latest Nextjs version, I havent noticed any flickering

Have you tried in production? My issues only happened in dev

> I have fixed it with this custom directive. Just use it for the same element where the `cdkDrag` directive is hosted: > > ``` > @Directive({ > selector: '[appDragCursor]',...

> In Next.js it can be done by using the `SidebarContext` > > First, get your action from the context. > > ``` > const { setOpenMobile } = useSidebar();...