liusy-bd opened a new issue, #16387: URL: https://github.com/apache/dolphinscheduler/issues/16387
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Front-end packaging error  ### What you expected to happen Added code review mechanism? ### How to reproduce [root@LAPTOP-KAHM10NT dolphinscheduler-ui]# npm run build:prod > [email protected] build:prod > vue-tsc --noEmit && vite build --mode production src/App.tsx:74:33 - error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. 74 {this.isRouterAlive ? <router-view /> : ''} ~~~~~~~~~~~~~~~ src/components/chart/modules/Bar.tsx:90:7 - error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. 90 <div ~~~~ 91 ref='barChartRef' ~~~~~~~~~~~~~~~~~~~~~~~~~ ... 95 }} ~~~~~~~~~~ 96 /> ~~~~~~~~ src/components/chart/modules/Gauge.tsx:132:7 - error TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
