trying to fetch, store, and show cgm data #28
Annotations
24 errors and 6 warnings
format
@hyper/db#format: command (/home/runner/work/project-hyper/project-hyper/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@hyper/nextjs#format: command (/home/runner/work/project-hyper/project-hyper/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@hyper/expo#format: command (/home/runner/work/project-hyper/project-hyper/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Cannot find name 'useSignIn'. Did you mean 'signIn'?
|
typecheck
'err' is of type 'unknown'.
|
typecheck
Cannot find name 'isLoaded'.
|
typecheck
Cannot find name 'signUp'.
|
typecheck
Cannot find name 'signUp'.
|
typecheck
Type '{}' is missing the following properties from type 'SignUpFormProps': onSubmit, isLoading
|
typecheck
'error' is of type 'unknown'.
|
typecheck
'error' is of type 'unknown'.
|
typecheck
'error' is of type 'unknown'.
|
typecheck
Cannot find name 'useSignUp'. Did you mean 'signUp'?
|
lint:
packages/api/src/utils/dexcom.ts#L21
Forbidden non-null assertion
|
lint:
packages/api/src/utils/dexcom.ts#L22
Forbidden non-null assertion
|
lint:
packages/api/src/utils/dexcom.ts#L31
Forbidden non-null assertion
|
lint:
packages/api/src/utils/dexcom.ts#L32
Forbidden non-null assertion
|
lint:
apps/nextjs/src/components/reports/novel/advanced-editor.tsx#L31
Unsafe assignment of an `any` value
|
lint:
apps/nextjs/src/components/reports/novel/advanced-editor.tsx#L31
A `require()` style import is forbidden
|
lint:
apps/nextjs/src/components/reports/novel/advanced-editor.tsx#L65
'highlightCodeblocks' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
apps/nextjs/src/components/reports/novel/advanced-editor.tsx#L68
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
lint:
apps/nextjs/src/components/reports/novel/advanced-editor.tsx#L70
Unsafe call of an `any` typed value
|
lint:
apps/nextjs/src/components/reports/novel/advanced-editor.tsx#L70
Unsafe member access .highlightElement on an `any` value
|
lint:
apps/nextjs/src/components/reports/novel/generative/generative-menu-switch.tsx#L28
React Hook useEffect has a missing dependency: 'editor'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/intro/waveform-intro-animation.tsx#L56
React Hook useEffect has a missing dependency: 'handleColorChange'. Either include it or remove the dependency array. If 'handleColorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/intro/waveform-intro-animation.tsx#L71
React Hook useEffect has a missing dependency: 'volume'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/ui/skeleton.tsx#L24
React Hook React.useEffect has a missing dependency: 'sv'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/ui/text.tsx#L2
All imports in the declaration are only used as types. Use `import type`
|
lint:
apps/expo/src/components/ui/typography.tsx#L2
All imports in the declaration are only used as types. Use `import type`
|