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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user