SG.dev
SG.dev
Explore posts from servers
TTCTheo's Typesafe Cult
Created by kal on 5/4/2024 in #questions
next 14 Showing image fallback on public folder image 404
Apologies, I misunderstood your question and thought perhaps we were over complicating things.
14 replies
TTCTheo's Typesafe Cult
Created by Elite on 5/6/2024 in #questions
change typescript version in workspace to have typesafety for nextjs (const dynamic =)
The TypeScript version used by your workspace is the version installed in your current project’s node_modules directory, which is specified under devDependencies or dependencies in your package.json file.
5 replies
TTCTheo's Typesafe Cult
Created by kal on 5/4/2024 in #questions
next 14 Showing image fallback on public folder image 404
I mean you could just do src={activeSrc || "fallbackImg.png"}
14 replies