feat: long running queries (#194)

* feat: long running queries

* fix: snapshotting and exporting

* chore: treat console as error

We default to error for console now
Added overrides for current use cases
This ensure not getting console logs in without overriding
This commit is contained in:
Christoffer Åström
2019-11-28 23:29:17 +01:00
committed by GitHub
parent 397cbc4294
commit 7f45fbc6c5
23 changed files with 549 additions and 310 deletions

View File

@@ -111,6 +111,9 @@ const config = isEsm => {
'useEffect',
'useLayoutEffect',
'useRef',
'useReducer',
'useImperativeHandle',
'forwardRef',
'useContext',
'useCallback',
'useMemo',