Use useInterval() hook to refetch audit status in lighthouse plugin WIP (#623)
* Fix error when using yarn lint * Update logic for create app * Add eslint-react-hooks * Move common utils to utils.ts * Add AuditListRow that refetches the audit * Fixed Audit state using a react component * Change AuditListRow to AuditRow * Fixed some eslint-react-hooks warnings * Change AuditListRow to AuditRow * Merge * Fixes tests in AuditListTable.test.tsx * Refactored based on freben's review * Remove eslint-plugin-react-hooks
This commit is contained in:
committed by
GitHub
parent
3464ac7536
commit
ea880db04a
@@ -31,8 +31,8 @@
|
||||
"@material-ui/lab": "4.0.0-alpha.45",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"react-markdown": "^4.3.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"react-use": "^13.24.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user