cyang52 opened a new issue #9633:
URL: https://github.com/apache/incubator-superset/issues/9633
after run npm run dev
it reports:
> 98% after emitting SizeLimitsPluginERROR in
/Users/yes/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(45,22):
TS2339: Property 'hidden' does not exist on type 'ColumnInstance<{}>'.
ERROR in
/Users/yes/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(48,28):
TS2339: Property 'sortable' does not exist on type 'ColumnInstance<{}>'.
ERROR in
/Users/yes/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(54,27):
TS2339: Property 'sortable' does not exist on type 'ColumnInstance<{}>'.
ERROR in
/Users/yes/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(83,33):
TS2339: Property 'hidden' does not exist on type 'ColumnInstance<{}>'.
ERROR in
/Users/yes/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(85,53):
TS2339: Property 'cellProps' does not exist on type 'ColumnInstance<{}>'.
Version: typescript 3.8.3
any idea?
thanks
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]