Skip to content

bumping version + fixing syntax error #12

bumping version + fixing syntax error

bumping version + fixing syntax error #12

Triggered via push October 5, 2023 02:36
Status Failure
Total duration 1m 59s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
build-web
Process completed with exit code 1.
lint: example/src/Ckeditor.tsx#L26
'e' is defined but never used. Allowed unused args must match /^_/u
lint: example/src/Ckeditor.tsx#L42
'e' is defined but never used. Allowed unused args must match /^_/u
lint
Process completed with exit code 1.
lint: example/src/App.tsx#L14
Inline style: { flex: 1, backgroundColor: '#222' }
lint: example/src/Ckeditor.tsx#L51
Empty components are self-closing
lint: example/src/TaskList.tsx#L22
'data' is already declared in the upper scope on line 14 column 9
lint: example/src/TaskList.tsx#L25
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TaskList” and pass data as props
lint: example/src/TaskList.tsx#L25
'data' is already declared in the upper scope on line 14 column 9