Skip to content

chore(): bump version to v1.1.3 #20

chore(): bump version to v1.1.3

chore(): bump version to v1.1.3 #20

Triggered via push October 24, 2023 11:32
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
lint: src/components/TextAreaResizable/index.tsx#L1
Run autofix to sort these imports!
lint: src/components/TextAreaResizable/index.tsx#L65
Expected space or tab after '//' in comment
lint
Process completed with exit code 1.
build-library
Process completed with exit code 1.
build-web
Process completed with exit code 1.
lint: src/__tests__/index.test.tsx#L1
'it' is not defined
lint: src/components/TextAreaResizable/index.tsx#L71
React Hook useEffect has a missing dependency: 'props.style.minHeight'. Either include it or remove the dependency array. If 'setMinHeight' needs the current value of 'props.style.minHeight', you can also switch to useReducer instead of useState and read 'props.style.minHeight' in the reducer