TJ Hoo

Results 3 issues of TJ Hoo

Hi, Okay, I'm not sure if this is a shadcn ui issue or not ... I'm developing Next.js 14 application with shadcn ui. I have a server action like this,...

Hi, `shadcn-ui` installed the following packages as the production dependencies, ``` "dependencies": { "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-react": "^0.284.0", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7" } ``` Yes, `clsx` and `lucide-react` (and...

Stale

Hi, I'm using [the fork](https://github.com/joshuajaco/react-pdf-bundled/pull/1). When I defined the dynamic content like the following, ```javascript import { Document, Page, View, renderToBuffer, } from "@joshuajaco/react-pdf-renderer-bundled"; ... const buffer = await renderToBuffer(...

bug