put error boundary around the group page

This commit is contained in:
Carter 2025-01-30 13:16:01 -06:00
parent a64f091aed
commit d7dc1fa417
4 changed files with 35 additions and 2 deletions

13
package-lock.json generated
View file

@ -27,6 +27,7 @@
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-image": "^4.1.0",
"react-infinite-scroller": "^1.2.6",
"react-phone-input-2": "^2.15.1",
@ -4350,6 +4351,18 @@
"react": "^18.3.1"
}
},
"node_modules/react-error-boundary": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-5.0.0.tgz",
"integrity": "sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"peerDependencies": {
"react": ">=16.13.1"
}
},
"node_modules/react-image": {
"version": "4.1.0",
"integrity": "sha512-qwPNlelQe9Zy14K2pGWSwoL+vHsAwmJKS6gkotekDgRpcnRuzXNap00GfibD3eEPYu3WCPlyIUUNzcyHOrLHjw==",