Josh Pigford@ShpigfordHow do I make the squiggly red line go away? 🙃 https://github.com/Shpigford/joshpigford-next/blob/main/pages/index.tsx#L8… https://github.com/Shpigford/joshpigford-next/blob/main/components/layout.tsx#L6…2:21 AM · Nov 30, 20221 Like
Owen Conti@owenconti·Nov 30, 2022Replying to @ShpigfordEither make title and desc optional by adding a question mark after them in the props definition, or assign their default values in the prop definition via `title: any = “default title”13