fix: fix blank scren in page transition #23
Annotations
10 errors and 10 warnings
lint:
packages/api/src/infra/adaptStreamMessagesToGptMessages.ts#L8
Unnecessary optional chain on a non-nullish value
|
lint:
packages/api/src/infra/queryLLM.ts#L13
Use an `interface` instead of a `type`
|
lint:
packages/api/src/router/chatbot.ts#L70
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint
@acme/api#lint: command (/home/runner/work/chatbot-test/chatbot-test/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
@acme/expo#lint: command (/home/runner/work/chatbot-test/chatbot-test/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint:
apps/expo/src/app/(app)/chat/[name].tsx#L26
Forbidden non-null assertion
|
lint:
apps/expo/src/app/(app)/chat/[name].tsx#L49
Promise returned in function argument where a void return was expected
|
lint:
apps/expo/src/app/(app)/chat/[name].tsx#L52
Promise returned in function argument where a void return was expected
|
lint:
apps/expo/src/app/(app)/index.tsx#L6
'LinearGradient' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/expo/src/app/(app)/index.tsx#L7
'router' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/api/src/infra/adaptStreamMessagesToGptMessages.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
lint:
packages/api/src/infra/adaptStreamMessagesToGptMessages.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
lint:
packages/api/src/infra/queryLLM.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
lint:
apps/expo/src/app/(app)/index.tsx#L26
React Hook useEffect has a missing dependency: 'setupClient'. Either include it or remove the dependency array
|
lint:
apps/expo/src/app/sign-up.tsx#L119
React Hook useEffect has missing dependencies: 'opacity' and 'scale'. Either include them or remove the dependency array
|
lint:
apps/expo/src/view/components/AnimatedTypingTitle.tsx#L64
React Hook useEffect has missing dependencies: 'bubbleOpacity', 'bubbleScale', and 'previousTitle'. Either include them or remove the dependency array
|
lint:
apps/expo/src/view/components/CategoryCard.tsx#L2
Imports "ImageSourcePropType" are only used as type
|
lint:
apps/expo/src/view/components/CategoryCard.tsx#L90
React Hook useEffect has missing dependencies: 'elevation' and 'opacity'. Either include them or remove the dependency array
|
lint:
apps/expo/src/view/components/GradientBackground.tsx#L1
All imports in the declaration are only used as types. Use `import type`
|
lint:
apps/expo/src/view/components/NewChatButton.tsx#L56
React Hook useEffect has a missing dependency: 'scale'. Either include it or remove the dependency array
|