Issue on React Course - Game Hub Section - Cannot find module '@/components/ui/provider' or its corresponding type declarations.ts(2307)

I am just setting up the game-hub project as part of the react 18 course and when adding chakra as it says in the docs I get this error from typescript.

I noticed that the npm i that is on the current docs compared to the course is quite different so I followed the docs but this error still appears.

Just to add to all the other answers out there that I managed to miss - the issue was with the version.

Please refer to React 18 For Beginners, Problem with Chakra UI installation for the answer.