[CORE-239] Implement workflow editor with Pixi #116
snapshot.yaml
on: pull_request
Lint with ESLint
22s
Check formatting with Prettier
21s
Build Vite production
23s
Deploy
0s
Annotations
5 errors and 3 warnings
|
Lint with ESLint
Process completed with exit code 1.
|
|
Lint with ESLint:
src/features/form/components/AdminFormDetailPages/EditPage.tsx#L354
'newY' is never reassigned. Use 'const' instead
|
|
Lint with ESLint:
src/features/form/components/AdminFormDetailPages/EditPage.tsx#L353
'newX' is never reassigned. Use 'const' instead
|
|
Build Vite production
Process completed with exit code 2.
|
|
Build Vite production:
src/features/form/components/AdminFormDetailPage.tsx#L148
Type '{ formData: FormsForm; }' is not assignable to type 'IntrinsicAttributes'.
|
|
Lint with ESLint:
src/features/form/components/QuestionRenderers/FileUploadRenderer.tsx#L89
React Hook useEffect has a missing dependency: 'onFilesChange'. Either include it or remove the dependency array. If 'onFilesChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint with ESLint:
src/features/form/components/AdminFormDetailPages/EditPage.tsx#L284
React Hook useCallback has an unnecessary dependency: 'stageScale'. Either exclude it or remove the dependency array
|
|
Lint with ESLint:
src/features/form/components/AdminFormDetailPages/EditPage.tsx#L262
React Hook useEffect has missing dependencies: 'app.screen.height', 'app.screen.width', and 'setShapes'. Either include them or remove the dependency array. If 'setShapes' changes too often, find the parent component that defines it and wrap that definition in useCallback
|