Orel Hochenboym

Results 10 comments of Orel Hochenboym

Also, I am noticing that the `CommandItems` are a bit blurry... any solution for that? I have researched this issue a bit more, the flickering seems to happen only when...

The data doesn't have duplicate keys nor any errors popup in the console.

> ``` > onClick={(event) => event.stopPropagation()} > ref={ref} > className={cn( > "animate-in data-[state=open]:fade-in-90 data-[state=open]:slide-in-from-bottom-10 sm:zoom-in-90 data-[state=open]:sm:slide-in-from-bottom-0 fixed z-50 grid gap-4 rounded-b-lg border bg-background shadow-lg focus:outline-none dark:border-none sm:rounded-lg", > className >...

> I've noticed that in my case, the flickering dissapears when I remove the strict mode tag, with this, the components only renders one time, so I expect the flickering...

> Radix-ui dialog and alert dialog seems to work without flickering (with Select Component) and I made a temporary fix by removing "data-[state=open]:animate-in" from shadcn's DialogPrimitive.Content className in my project....

Unfortunately we can't record and send videos because its confidential information inside a private network. The problem occurs on specific resources only, we have no clue on why these specific...

Also waiting on this to be resolved :)

Is there a status on this?

Like @nordicgit70 said it works great in React Server Components. Unfortunately while using the modules in client components it seems to break. I need to further investigate this matter on...

> @orelhochenboym Nextjs currently doesn't support async/await in client components, so you would not be able to use this in combination with the useSearchParams client hook. I'm not too sure...