Merge branch 'main' into d3charts #5252
Annotations
10 errors and 1 warning
Build (20.x):
src/components/core/menu/menuItems.ts#L24
Cannot find name 'PathNames'.
|
Build (20.x):
src/components/core/menu/menuItems.ts#L25
Object literal may only specify known properties, and 'hrefMatches' does not exist in type 'MenuItem'.
|
Build (20.x):
src/components/core/menu/menuItems.ts#L25
Cannot find name 'PathNames'.
|
Build (20.x):
src/libs/d3/charts/candlestick/Candlesticks.tsx#L11
Type 'CandlestickData' does not satisfy the constraint 'D3ChartData'.
|
Build (20.x):
src/libs/d3/charts/candlestick/Candlesticks.tsx#L15
Property 'map' does not exist on type 'CandlestickData'.
|
Build (20.x):
src/libs/d3/charts/candlestick/Candlesticks.tsx#L15
Parameter 'd' implicitly has an 'any' type.
|
Build (20.x):
src/libs/d3/charts/candlestick/D3ChartCandlestickWrapper.tsx#L32
Type '{ children: Element; settings: D3ChartSettingsProps; data: D3ChartCandlestickData[]; }' is not assignable to type 'IntrinsicAttributes & D3ChartProviderProps & RefAttributes<HTMLDivElement>'.
|
Build (20.x):
src/libs/d3/charts/candlestick/D3ChartCandlesticks.tsx#L9
Type 'D3ChartCandlestickData' does not satisfy the constraint 'D3ChartData'.
|
Build (20.x):
src/libs/d3/charts/candlestick/D3ChartCandlesticks.tsx#L12
Property 'map' does not exist on type 'D3ChartCandlestickData'.
|
Build (20.x):
src/libs/d3/charts/candlestick/D3ChartCandlesticks.tsx#L12
Parameter 'd' implicitly has an 'any' type.
|
Build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|