Build and deploy demo #50
deploy-demo.yml
on: workflow_dispatch
Build and deploy demo
48s
Annotations
4 errors
|
Build and deploy demo
Process completed with exit code 2.
|
|
Build and deploy demo:
src/App.tsx#L368
Property 'valueType' is missing in type '{ value: string; lang: string; height: string; isReadOnly: true; }' but required in type '{ valueType: any; value: any; height: any; lang: any; isReadOnly: any; }'.
|
|
Build and deploy demo:
src/App.tsx#L349
Property 'isReadOnly' is missing in type '{ value: string; lang: string; height: string; valueType: string; }' but required in type '{ valueType: any; value: any; height: any; lang: any; isReadOnly: any; }'.
|
|
Build and deploy demo:
src/App.tsx#L334
Property 'isReadOnly' is missing in type '{ value: string; lang: string; height: string; valueType: string; }' but required in type '{ valueType: any; value: any; height: any; lang: any; isReadOnly: any; }'.
|