diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-08-16 00:25:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 00:25:25 +0300 |
commit | 1db77b9cc96ee8f7c014f383ae71da0d225a6d6a (patch) | |
tree | 26dd3bc254d4cbe2a53fa12fac97814041565073 /package.json | |
parent | 694918dcf0565e14dc4cba69e89907be9bed1544 (diff) | |
parent | 6f82250c15d26b8bfaaff07cda9f6b05c53ef2c4 (diff) | |
download | which-ui-1db77b9cc96ee8f7c014f383ae71da0d225a6d6a.tar.gz |
Merge pull request #85 from which-ecosystem/errors
Handle frontend errors
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index afb17ab..7375c36 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "notistack": "^0.9.17", "react": "^16.13.1", "react-dom": "^16.13.1", + "react-error-boundary": "^2.3.1", "react-icons": "^3.10.0", "react-router-dom": "^5.2.0", "react-sage": "^0.1.2", |