The chakra UI dependency specified in the package.json is outdated, not compatible with React - 18 and gives a lot of npm warnings and errors when installing by cloning the project. The stable version of Chakra UI - 2 can be added as it is compatible with React - 18
|
"dependencies": { |
|
"@chakra-ui/react": "^1.8.8", |
|
"react": "18.0.0", |
|
"react-dom": "18.0.0" |

(stable version which can be added)
The chakra UI dependency specified in the package.json is outdated, not compatible with React - 18 and gives a lot of npm warnings and errors when installing by cloning the project. The stable version of Chakra UI - 2 can be added as it is compatible with React - 18
solana-movie-frontend/package.json
Lines 11 to 12 in 9faa2f3
solana-movie-frontend/package.json
Lines 23 to 24 in a48b251
(stable version which can be added)