Tuna_no_crust

joined 2 years ago
[โ€“] Tuna_no_crust 1 points 2 years ago

Behind the Bastards is a fun podcast with some content overlap. Listening to Robert Evans, Cody Johnston, and Katy Stoll read the awful Ben Shapiro novel is hilarious.

Otherwise Robert's original deep dives into terrible people throughout history is how I start all my Tuesday and Thursday mornings.

[โ€“] Tuna_no_crust 1 points 2 years ago

I'd start with the dumbest things I'd overlook. That's my go-to debugging strategy. Have you installed the react typings? npm i @types/react

That error says it can't find the corresponding mappings of JSX elements to their HTML elements. So I'd start with checking my types to see if I didn't install them or have conflicting typings.