preAGIcoder
preAGIcoder
I want to show it over the drawer. The pointer, card or overlay doesnt show over drawer. https://ui.shadcn.com/docs/components/drawer
Getting this error on import. `import CalHeatmap from 'cal-heatmap';` `"next": "^14.2.5"` `"typescript": "^5"` Error ``` Could not find a declaration file for module 'cal-heatmap'. 'd:/mtrack/mtracker-dashboard/node_modules/cal-heatmap/dist/cal-heatmap.esm.js' implicitly has an 'any' type....
**Describe the bug** I am not able to expose env to renderer process. I have prefixed my env with `VITE_` added types for it in `env.d.ts` file inside `ImportMetaEnv` interface....