rusackas commented on PR #36347:
URL: https://github.com/apache/superset/pull/36347#issuecomment-3604157533

   Seeing some typescript errors on CI. Do you get them locally when running 
`npm run type` from within `superset-frontend`?
   
   ```
   
   
plugins/legacy-preset-chart-deckgl/src/layers/Polygon/transformProps.test.ts(58,19):
 error TS2322: Type '"table"' is not assignable to type 'DatasourceType'.
   src/dashboard/components/gridComponents/Row/Row.tsx(362,19): error TS2322: 
Type '{ key: string; id: string; parentId: string; depth: number; index: 
number; availableColumnCount: number; columnWidth: number; onResizeStart: (e: 
unknown, direction: unknown) => void; onResize: (e: unknown, direction: 
unknown, ref: HTMLElement) => void; onResizeStop: (e: unknown, direction: 
unknown, ref: HTMLElement)...' is not assignable to type 'IntrinsicAttributes & 
{ css?: Interpolation<Theme>; } & InferPropsInner<Pick<{ id: 
Requireable<string>; parentId: Requireable<string>; ... 7 more ...; 
isComponentVisible: Requireable<...>; }, never>> & Partial<...>'.
     Property 'availableColumnCount' does not exist on type 
'IntrinsicAttributes & { css?: Interpolation<Theme>; } & InferPropsInner<Pick<{ 
id: Requireable<string>; parentId: Requireable<string>; ... 7 more ...; 
isComponentVisible: Requireable<...>; }, never>> & Partial<...>'.
   src/dashboard/components/gridComponents/new/NewRow.test.tsx(34,19): error 
TS2304: Cannot find name 'RenderResult'.
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to