Skip to content

Merge branch 'default' into hooks #372

Merge branch 'default' into hooks

Merge branch 'default' into hooks #372

Triggered via push June 30, 2024 12:05
Status Failure
Total duration 51s
Artifacts

ci.yml

on: push
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
Code style: .eslintrc.js#L1
'module' is not defined
Code style: src/index.js#L319
'process' is not defined
Code style: test/.eslintrc.js#L1
'module' is not defined
Code style
Process completed with exit code 1.
Tests (14.x, 16.0.0)
Process completed with exit code 12.
Code style: src/index.js#L35
React Hook useEffect has missing dependencies: 'container' and 'options'. Either include them or remove the dependency array
Code style: src/index.js#L50
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Code style: src/index.js#L50
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies