q-shift / backstage-plugins

Apache License 2.0
3 stars 7 forks source link

Refactoring of the project to publish the plugin on npmjs.org #2

Closed cmoulliard closed 10 months ago

cmoulliard commented 10 months ago
cmoulliard commented 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 `;
    ~
iocanel commented 10 months ago

@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.