Skip to content

chore(dev): bump example app #71

chore(dev): bump example app

chore(dev): bump example app #71

Triggered via pull request January 4, 2026 17:23
Status Failure
Total duration 57s
Artifacts

validate-js.yml

on: pull_request
Compile JS (tsc)
53s
Compile JS (tsc)
Lint JS (eslint, prettier)
53s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

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.