convert link component to typescript #749
Annotations
10 errors
Cypress:
api/register-block-extension/index.js#L56
Generic type 'Array<T>' requires 1 type argument(s).
|
Cypress:
api/register-block-extension/index.js#L61
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
|
Cypress:
api/register-block-extension/index.js#L67
Type '{ attributes: any; }' is not assignable to type 'any[]'.
|
Cypress:
api/register-block-extension/index.js#L68
Property 'attributes' does not exist on type 'object'.
|
Cypress:
api/register-block-extension/index.js#L165
Property 'className' does not exist on type '{}'.
|
Cypress:
api/register-block-extension/index.js#L165
Property 'style' does not exist on type '{}'.
|
Cypress:
api/register-block-extension/index.js#L168
Property 'name' does not exist on type 'object'.
|
Cypress:
api/register-icons/index.js#L6
Parameter 'options' implicitly has an 'any' type.
|
Cypress:
api/register-icons/index.js#L8
No overload matches this call.
|
Cypress:
api/register-icons/index.js#L8
Property 'registerIconSet' does not exist on type 'typeof import("/home/runner/work/block-components/block-components/node_modules/@types/wordpress__blocks/store/actions")'.
|