gshah2020

Results 6 issues of gshah2020

**Describe the bug** This bug on started happening recently after months of use with the extension. In a next.js / react 18 application placing a "use client" directive at the...

bug
question

## Description I am currently working on building out a consent manager feature and came across a few challenges integrating with the @analytics/google-tag-manager plugin. I've created some (_"sketchy" - at...

**Config File** ```json { "hasSrc": true, "packages": [ "shadcn-ui", "drizzle" ], "preferredPackageManager": "npm", "t3": false, "alias": "@", "analytics": true, "rootPath": "src/", "componentLib": "shadcn-ui", "driver": "sqlite", "provider": "turso", "orm": "drizzle" }...

bug

**Is your feature request related to a problem? Please describe.** No, more of a nice to have **Describe the solution you'd like** The current custom dashboard can be replaced with...

enhancement

**Config File** ```json { "hasSrc": false, "packages": [ "shadcn-ui" ], "preferredPackageManager": "pnpm", "t3": false, "alias": "@", "analytics": true, "rootPath": "", "componentLib": "shadcn-ui", "auth": null } ``` **Describe the bug** I...

bug

**Is your feature request related to a problem? Please describe.** Currently the kirimase scaffold generates a dashboard that routes to the `/dashboard` route. This works well, but for Saas project...

enhancement