Correctly handle socket state in the app and make it possible to listen for events
This commit is contained in:
parent
f0ca8bc3a3
commit
c8d89e0964
6 changed files with 89 additions and 16 deletions
|
@ -10,6 +10,7 @@
|
|||
"classnames": "^2.2.6",
|
||||
"date-fns": "^1.29.0",
|
||||
"easy-peasy": "^2.5.0",
|
||||
"events": "^3.0.0",
|
||||
"feather-icons": "^4.10.0",
|
||||
"formik": "^1.5.7",
|
||||
"jquery": "^3.3.1",
|
||||
|
@ -35,6 +36,7 @@
|
|||
"@babel/preset-env": "^7.3.1",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@types/classnames": "^2.2.8",
|
||||
"@types/events": "^3.0.0",
|
||||
"@types/feather-icons": "^4.7.0",
|
||||
"@types/lodash": "^4.14.119",
|
||||
"@types/query-string": "^6.3.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue