cyang52 opened a new issue #9900:
URL: https://github.com/apache/incubator-superset/issues/9900
This error message was showed after I ran '**npm run build**' on
apache-superset.
I saw this message many times and try many ways but failed.
Here is the full error message:
'''
ERROR in
/Users/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx
ERROR in
/Users/xxx/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/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx
ERROR in
/Users/xxx/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/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx
ERROR in
/Users/xxx/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/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx
ERROR in
/Users/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(85,33):
TS2339: Property 'hidden' does not exist on type 'ColumnInstance<{}>'.
ERROR in
/Users/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx
ERROR in
/Users/xxx/Downloads/incubator-superset-master/superset-frontend/src/components/ListView/TableCollection.tsx(87,53):
TS2339: Property 'cellProps' does not exist on type 'ColumnInstance<{}>'.
'''
I even can not find ColumnInstance...
and this is the log file:

any idea how to fix it? many 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]