Experimenting with legend list #7
Draft
Annotations
8 errors and 10 warnings
|
node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx#L1
Could not find a declaration file for module 'invariant'. '/home/runner/work/pallokala/pallokala/node_modules/invariant/invariant.js' implicitly has an 'any' type.
|
|
node_modules/@gorhom/bottom-sheet/src/components/bottomSheetModal/BottomSheetModal.tsx#L478
Conversion of type '<T = any>(props: BottomSheetModalProps<T> & { ref?: ForwardedRef<BottomSheetModal<T>> | undefined; }) => Element | null' to type 'MemoExoticComponent<(<T = any>(props: BottomSheetModalProps<T>, ref: ForwardedRef<BottomSheetModal<T>>) => Element | null)>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
node_modules/@gorhom/bottom-sheet/src/components/bottomSheetModal/BottomSheetModal.tsx#L479
Type '<T = any>(props: BottomSheetModalProps<T>, ref: ForwardedRef<BottomSheetModal<T>>) => Element | null' does not satisfy the constraint 'ComponentType<any>'.
|
|
node_modules/@gorhom/bottom-sheet/src/hooks/usePropsValidator.ts#L1
Could not find a declaration file for module 'invariant'. '/home/runner/work/pallokala/pallokala/node_modules/invariant/invariant.js' implicitly has an 'any' type.
|
|
node_modules/@gorhom/bottom-sheet/src/hooks/useScrollHandler.ts#L30
Argument of type 'AnimatedRef<Scrollable>' is not assignable to parameter of type 'RefObject<Scrollable>'.
|
|
node_modules/@gorhom/bottom-sheet/src/hooks/useStableCallback.ts#L11
Expected 1 arguments, but got 0.
|
|
node_modules/@gorhom/bottom-sheet/src/hooks/useStableCallback.ts#L19
Type 'undefined' is not assignable to type 'Callback<T, R>'.
|
|
|
|
app/(app)/index.tsx#L39
React Hook useEffect has a missing dependency: 'loadPage'. Either include it or remove the dependency array
|
|
app/(app)/index.tsx#L44
React Hook useEffect has a missing dependency: 'updateServerStatuses'. Either include it or remove the dependency array
|
|
app/(app)/index.tsx#L61
React Hook useEffect has a missing dependency: 'setCurrentAction'. Either include it or remove the dependency array
|
|
app/(app)/index.tsx#L107
React Hook useCallback has missing dependencies: 'apiClient' and 'setServers'. Either include them or remove the dependency array
|
|
app/(app)/index.tsx#L126
React Hook useCallback has missing dependencies: 'apiClient' and 'setServerStatus'. Either include them or remove the dependency array
|
|
app/(app)/nodes/[id].tsx#L118
React Hook useEffect has missing dependencies: 'apiClient?.node', 'deployNode', 'modifyNode', 'node?.id', 'setValue', and 't'. Either include them or remove the dependency array
|
|
app/(app)/nodes/index.tsx#L31
React Hook useEffect has a missing dependency: 'loadNodes'. Either include it or remove the dependency array
|
|
app/(app)/nodes/index.tsx#L37
React Hook useCallback has missing dependencies: 'apiClient' and 'setNodes'. Either include them or remove the dependency array
|
|
app/(app)/self/2fa.tsx#L35
React Hook useEffect has a missing dependency: 'refreshOtpStatus'. Either include it or remove the dependency array
|
|
app/(app)/self/2fa.tsx#L45
React Hook useCallback has a missing dependency: 'apiClient'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading