chore(dev): bump example app #71
validate-js.yml
on: pull_request
Compile JS (tsc)
53s
Lint JS (eslint, prettier)
53s
Annotations
6 errors
|
Compile JS (tsc)
Process completed with exit code 1.
|
|
Compile JS (tsc):
package/src/react/FilamentView.tsx#L57
[tsc] reported by reviewdog 🐶
Type 'RefObject<(Component<NativeProps, {}, any> & ReactNativeElement) | null>' is not assignable to type 'RefObject<Component<NativeProps, {}, any> & ReactNativeElement>'.
Raw Output:
src/react/FilamentView.tsx(57,5): error TS2322: Type 'RefObject<(Component<NativeProps, {}, any> & ReactNativeElement) | null>' is not assignable to type 'RefObject<Component<NativeProps, {}, any> & ReactNativeElement>'.
|
|
Compile JS (tsc):
package/src/hooks/usePrevious.ts#L7
[tsc] reported by reviewdog 🐶
Expected 1 arguments, but got 0.
Raw Output:
src/hooks/usePrevious.ts(7,15): error TS2554: Expected 1 arguments, but got 0.
|
|
Compile JS (tsc):
package/src/hooks/useConfigureAssetShadow.ts#L39
[tsc] reported by reviewdog 🐶
Expected 1 arguments, but got 0.
Raw Output:
src/hooks/useConfigureAssetShadow.ts(39,32): error TS2554: Expected 1 arguments, but got 0.
|
|
Compile JS (tsc):
package/src/hooks/useConfigureAssetShadow.ts#L23
[tsc] reported by reviewdog 🐶
Expected 1 arguments, but got 0.
Raw Output:
src/hooks/useConfigureAssetShadow.ts(23,29): error TS2554: Expected 1 arguments, but got 0.
|
|
Lint JS (eslint, prettier)
Process completed with exit code 2.
|