Closed cmoulliard closed 10 months ago
Latest error to be fixed:
yarn tsc
yarn run v1.22.19
$ /Users/cmoullia/code/openshift/backstage-plugins/backstage-playground/plugins/quarkus/node_modules/.bin/tsc
src/scaffolder/QuarkusExtensionList.tsx:56:3 - error TS2345: Argument of type 'TemplateStringsArray' is not assignable to parameter of type 'CreateCSSProperties<(value: string, index: number, array: readonly string[]) => unknown> | ((props: { theme: Theme; } & ((value: string, index: number, array: readonly string[]) => unknown)) => CreateCSSProperties<...>)'.
56 ))`
~
57 display: flex;
~~~~~~~~~~~~~~~~
...
85 }
~~~
86 `;
~
@cmoulliard: I started looking at it, but it would take me a while to review as there are lot of stuff going on in this pull request.