adding toast working with the correct downgraded react version

learned a lot about versioning and paying attention to detail when debugging
This commit is contained in:
talksik
2022-04-19 06:42:09 -05:00
parent cabf8052ca
commit a65aae0634
4 changed files with 30 additions and 35 deletions
+4 -3
View File
@@ -11,9 +11,10 @@
"dependencies": {
"@nirvana/components": "*",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1"
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-toastify": "^8.2.0"
},
"devDependencies": {
"@types/node": "17.0.23",