codegen #24
ci.yml
on: pull_request
Lint, Type Check & Build
19s
Annotations
2 errors and 4 warnings
|
Lint, Type Check & Build
Process completed with exit code 1.
|
|
Lint, Type Check & Build
example-dashboard#lint: command (/home/runner/work/json-render/json-render/examples/dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
|
Lint, Type Check & Build:
examples/dashboard/lib/codegen/generator.ts#L32
'dataPaths' is assigned a value but never used
|
|
Lint, Type Check & Build:
examples/dashboard/lib/codegen/generator.ts#L5
'traverseTree' is defined but never used
|
|
Lint, Type Check & Build:
examples/dashboard/app/page.tsx#L84
The 'exportedFiles' conditional could make the dependencies of useCallback Hook (at line 114) change on every render. To fix this, wrap the initialization of 'exportedFiles' in its own useMemo() Hook
|
|
Lint, Type Check & Build:
examples/dashboard/app/page.tsx#L12
'ExportedFile' is defined but never used
|