add error boundry

This commit is contained in:
2025-12-11 22:31:55 -03:00
parent 5a00ebfc19
commit 6556c3eabb
5 changed files with 17 additions and 3 deletions

13
package-lock.json generated
View File

@@ -40,6 +40,7 @@
"meilisearch-helper": "github:sergiors/meilisearch-helper",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-error-boundary": "^6.0.0",
"react-router": "^7.10.1",
"unique-names-generator": "^4.7.1",
"zod": "^4.1.13"
@@ -5792,6 +5793,18 @@
"react": "^19.2.1"
}
},
"node_modules/react-error-boundary": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.0.tgz",
"integrity": "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"peerDependencies": {
"react": ">=16.13.1"
}
},
"node_modules/react-fast-compare": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",