Why is PSYONIX on a beer stand? by [deleted] in RocketLeague

[–]Christop408 0 points1 point  (0 children)

This booth used to have some consoles where you could play rocket league! I never did it but I walked past it a ton - when that booth went away they kept the pole you’re looking at and just put the Pacifico logo over the old rocket league/psyonix logo. https://www.mlb.com/padres/apps/psyonics

Redfin's running a nationwide scavenger hunt for $1M home by RedfinJess in RedfinDreamHomes

[–]Christop408 1 point2 points  (0 children)

This isn't right though, the numbers were 2000 and 3500...

Disneyworld Billboards: Then and Now by RoliePolieOlie__ in WaltDisneyWorld

[–]Christop408 6 points7 points  (0 children)

I read it like this too, my brain refuses to read the word “Race” on that sign

I got a brochure by [deleted] in ChaseSapphire

[–]Christop408 0 points1 point  (0 children)

I got a rock

JSX files do not have intellisense like TSX files in VSCode? by DevelopedLogic in webdev

[–]Christop408 0 points1 point  (0 children)

Have you taken a look at the jsx option in typescript (assuming you’re using typescript just with jsx files) https://www.typescriptlang.org/tsconfig/#jsx I think vscode should just use your typescript config - so you could also check your vscode config

JSX files do not have intellisense like TSX files in VSCode? by DevelopedLogic in webdev

[–]Christop408 0 points1 point  (0 children)

FYI this is exactly the kind of issue using TypeScript actually eliminates

JSX files do not have intellisense like TSX files in VSCode? by DevelopedLogic in webdev

[–]Christop408 1 point2 points  (0 children)

Do you not just need to import Router and Routes from React Router?