testing handleHostStoreChange() #79
Annotations
10 errors and 1 warning
|
frontend
'ComponentProps' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
|
frontend
'FC' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
|
frontend
Type '(string | FC<ComponentProps>)[][]' is not assignable to type 'ComponentRegistration[]'.
|
|
frontend
Argument of type '{ components: (string | FC<ComponentProps>)[][]; }' is not assignable to parameter of type 'PluginLike'.
|
|
frontend
Argument of type '() => { components: (string | FC<ComponentProps>)[][]; }' is not assignable to parameter of type 'PluginLike'.
|
|
frontend
Argument of type 'Promise<{ components: (string | FC<ComponentProps>)[][]; }>' is not assignable to parameter of type 'PluginLike'.
|
|
frontend
Argument of type 'undefined' is not assignable to parameter of type 'PluginLike'.
|
|
frontend
Type 'Promise<{ [key: string]: unknown; [key: number]: unknown; }>' is not assignable to type 'Promise<Plugin | undefined>'.
|
|
frontend
Duplicate identifier 'store'.
|
|
frontend
Duplicate identifier 'store'.
|
|
frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|