kepuczito420
kepuczito420
TTCTheo's Typesafe Cult
Created by Leke on 5/29/2023 in #questions
[vite-plugin-sass] Unexpected token u in JSON at position 0 error
Hi, is the repo public? the only thing I can guess by the error is that you used unnecessary sass plugin, here is the doc for pre-procesors and vite https://vitejs.dev/guide/features.html#css-pre-processors
3 replies
TTCTheo's Typesafe Cult
Created by Nemila on 5/28/2023 in #questions
Clerk Role Based Auth
I guess you can set that on privateMetadata on the User object https://clerk.com/docs/users/overview There are roles in context of Clerk's organization, but I also couldn't find anything for user roles
7 replies
TTCTheo's Typesafe Cult
Created by sheng2808 on 5/28/2023 in #questions
Should we still be using react hook form in nextjs 13?
React hook form has good schema validation, especially with zod and error handling in general is nice. Plus imho it's good to learn, because chances are we are not going to see server actions at workplaces soon.
7 replies