Dragoș Cojocaru

Results 5 issues of Dragoș Cojocaru

**Is your feature request related to a problem? Please describe.** It is hard for new contributors (like me) to start giving a hand since almost all the components are shown...

### ♻️ Reproduction Steps 1. CTRL + K is still not working on Windows. I already tried to change the shortcut value 2. It seems like stop prop is no...

bug
a. Bug
CF_All
b. ProdFramework (PF)

### ♻️ Reproduction Steps 1. Have `import '@copilotkit/react-ui/styles.css'` in a Next.js layout while you also have `import './globals.css'` (default tailwind styles with dark variant) in the same layout or parent...

bug

I installed both `@inline-svg-unique-id/react` and `babel-plugin-react-inline-svg-unique-id` and added `plugins: ['react-inline-svg-unique-id']`, but it is still not working for me. Multiple instances in page of the same SVG with gradient have the...

### Describe the bug Hello! I am trying to add list virtualization to a tanstack table. I followed the implementation example from https://github.com/TanStack/table/blob/main/examples/react/virtualized-rows/src/main.tsx. List virtualization is working great, but now...