ehsanKey

Results 5 issues of ehsanKey

I'm using Shadcn in Next.js. How can I apply RTL (right-to-left) support to Shadcn components? File: layout.tsx ```tsx import type { Metadata } from "next"; import "../globals.css"; import localFont from...

We are encountering an issue where a `useCallback` function, managed with `useRef`, does not perform cleanup as expected during component unmount in both development and production builds of a Next.js...

Status: Unconfirmed

When in EN mode, clicking on the "Blog" link in the navigation bar unexpectedly changes the language. The expected behavior is that the language remains unchanged and only the page...

bug

### Function Signature function once any>(fn: T): T; ### Motivation once restricts a function to be invoked only once. Subsequent calls return the cached result: ```ts const initialize = once(()...

proposal