apply review feedback #1609
build.yml
on: push
build
/
Node
2m 2s
build
/
Python
52s
build
/
Node, Python, Cypress
0s
build
/
Node, Python, Playwright
0s
Annotations
2 errors and 10 warnings
build / Node:
src/vis/bar/BarChart.tsx#L94
Type '{ groupedIds: { group: string; ids: string[]; }[]; left: number; categories: string[]; filteredOut: string[]; isNumerical: boolean; colorScale: ScaleOrdinal<string, string, never>; stepSize: number; onFilteredOut: () => void; }' is not assignable to type 'IntrinsicAttributes & { categories: string[]; colorScale: ScaleOrdinal<string, string, never>; left: number; isNumerical?: boolean; stepSize?: number; filteredOut: string[]; onFilteredOut: (id: string) => void; }'.
|
build / Node
Process completed with exit code 1.
|
build / Node:
cypress/support/commands.ts#L145
It is unsafe to chain further commands that rely on the subject after this command. It is best to split the chain, chaining again from `cy.` in a next command line
|
build / Node:
src/app/login/UserStoreUIMap.tsx#L14
'store' is defined but never used
|
build / Node:
src/app/login/UserStoreUIMap.tsx#L39
'store' is defined but never used
|
build / Node:
src/app/login/VisynLoginMenu.tsx#L50
'userStoreError' is assigned a value but never used
|
build / Node:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
build / Node:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
build / Node:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
build / Node:
src/base/AppContext.ts#L4
Unexpected any. Specify a different type
|
build / Node:
src/base/AppContext.ts#L44
Unexpected any. Specify a different type
|
build / Node:
src/base/AppContext.ts#L45
Assignment to function parameter 'url'
|