Fabric (New Architecture) codegen support #48
check-js.yml
on: pull_request
Check TS (tsc)
13s
Lint JS (eslint, prettier)
20s
Annotations
10 errors
Check TS (tsc):
src/Video.tsx#L32
Cannot find module './specs/VideoNativeComponent' or its corresponding type declarations.
|
Check TS (tsc):
src/Video.tsx#L40
Cannot find module './specs/VideoNativeComponent' or its corresponding type declarations.
|
Check TS (tsc):
src/Video.tsx#L224
Property 'setNativeProps' does not exist on type '{}'.
|
Check TS (tsc):
src/Video.tsx#L232
Property 'setNativeProps' does not exist on type '{}'.
|
Check TS (tsc):
src/Video.tsx#L249
Argument of type 'MutableRefObject<unknown>' is not assignable to parameter of type 'RefObject<Component<unknown, unknown, unknown> | ComponentClass<unknown, unknown> | null>'.
|
Check TS (tsc):
src/Video.tsx#L253
Argument of type 'MutableRefObject<unknown>' is not assignable to parameter of type 'RefObject<Component<unknown, unknown, unknown> | ComponentClass<unknown, unknown> | null>'.
|
Check TS (tsc):
src/Video.tsx#L257
Argument of type 'MutableRefObject<unknown>' is not assignable to parameter of type 'RefObject<Component<unknown, unknown, unknown> | ComponentClass<unknown, unknown> | null>'.
|
Check TS (tsc):
src/Video.tsx#L431
Argument of type 'MutableRefObject<unknown>' is not assignable to parameter of type 'RefObject<Component<unknown, unknown, unknown> | ComponentClass<unknown, unknown> | null>'.
|
Check TS (tsc):
src/Video.tsx#L438
Argument of type 'MutableRefObject<unknown>' is not assignable to parameter of type 'RefObject<Component<unknown, unknown, unknown> | ComponentClass<unknown, unknown> | null>'.
|
Check TS (tsc):
src/Video.tsx#L447
Argument of type 'MutableRefObject<unknown>' is not assignable to parameter of type 'RefObject<Component<unknown, unknown, unknown> | ComponentClass<unknown, unknown> | null>'.
|