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

   Seeing a typescript issue on CI, but I'm not sure if it's caused by these 
changes or not:
   ```
   #38 118.4 ERROR in 
./plugins/legacy-preset-chart-deckgl/src/layers/Polygon/transformProps.test.ts:58:19
   #38 118.4 TS2322: Type '"table"' is not assignable to type 'DatasourceType'.
   #38 118.4     56 |       },
   #38 118.4     57 |     ],
   #38 118.4   > 58 |     datasource: { type: 'table' as const, id: 1 },
   #38 118.4        |                   ^^^^
   #38 118.4     59 |     height: 400,
   #38 118.4     60 |     width: 600,
   #38 118.4     61 |     hooks: {},
   ```
   ...a rebase from latest `master` may or may not help.


-- 
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