susanbushisan opened a new issue, #8051: URL: https://github.com/apache/seatunnel/issues/8051
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The error occurs when I build seatunnel-web, and I'm guessing that the front-end component code is causing the problem ### SeaTunnel Version 1.0.3-SNAPSHOT ### SeaTunnel Config ```conf none ``` ### Running Command ```shell /build.sh code ``` ### Error Exception ```log Running 'npm run build:prod' in D:\project\personal\seatunnel-web\seatunnel-web-dist\..\seatunnel-ui [INFO] [INFO] > [email protected] build:prod [INFO] > vue-tsc --noEmit && vite build --mode production [INFO] [INFO] src/views/task/synchronization-definition/dag/sidebar/index.tsx(75,34): error TS2322: Type '{ width: string; height: string; }' is not assignable to type 'IntrinsicAttributes & { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 7 more ...; style?: unknown; }'. [INFO] Property 'width' does not exist on type 'IntrinsicAttributes & { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 7 more ...; style?: unknown; }'. [INFO] src/views/task/synchronization-definition/dag/sidebar/index.tsx(91,35): error TS2322: Type '{ width: string; height: string; }' is not assignable to type 'IntrinsicAttributes & { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 7 more ...; style?: unknown; }'. [INFO] Property 'width' does not exist on type 'IntrinsicAttributes & { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 7 more ...; style?: unknown; }'. [INFO] src/views/task/synchronization-definition/dag/sidebar/index.tsx(136,41): error TS2322: Type '{ width: string; height: string; }' is not assignable to type 'IntrinsicAttributes & { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 7 more ...; style?: unknown; }'. [INFO] Property 'width' does not exist on type 'IntrinsicAttributes & { key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 7 more ...; style?: unknown; }'. ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots   ### Are you willing to submit PR? - [X] 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]
