21Cps
TTCTheo's Typesafe Cult
•Created by 21Cps on 5/21/2023 in #questions
Disable Es-Lint rule
hello how can i disable the following rule?
eslintimport/no-anonymous-default-export
i tried with the following .eslintrc.cjs file:
5 replies
TTCTheo's Typesafe Cult
•Created by 21Cps on 4/9/2023 in #questions
Error spammed on my console
hello, i am using t3 stack with clerk and am getting this error:
this is the complete error and i am unable to find where it is coming from, but it happens right after it shows
compiling /api/trpc/[trpc]
,
i tried looking on google for solutions or gpt-3 but couldnt, can anyone help or guide me to finding the fix, thanks3 replies
TTCTheo's Typesafe Cult
•Created by 21Cps on 4/8/2023 in #questions
Fetching using useQuery based on changing state causes app to be too slow and throws an error
hello, i am trying to fetch data with a param based on the page the user is on
component
changes whenever i go to the route of a different component but this has caused it to become too slow whenever i change pages
and throws following error:
2 replies