sedhha opened a new issue #10372: URL: https://github.com/apache/incubator-superset/issues/10372
When I try to run superset via docker, I get this error which says: ``` Failed to compile. ./src/visualizations/TimeTable/TimeTable.jsx 101:10 Module parse failed: Unexpected token (101:10) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | if (fullUrl) { | return ( > <a href={fullUrl} rel="noopener noreferrer" target="_blank"> | {column.label} | </a> ``` Right after the setup is complete:  Does anyone know what is going wrong here? ---------------------------------------------------------------- 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]
