Version Packages (#1483) #1
Annotations
8 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run ESLint check:
packages/core/react/use-chat.ts#L328
React Hook useCallback has a missing dependency: 'streamMode'. Either include it or remove the dependency array
|
Run ESLint check:
packages/core/react/use-completion.ts#L138
React Hook useCallback has a missing dependency: 'streamMode'. Either include it or remove the dependency array
|
Run ESLint check:
packages/core/rsc/shared-client/context.tsx#L55
React Hook React.useEffect has a missing dependency: 'aiState'. Either include it or remove the dependency array
|
Run ESLint check:
packages/core/rsc/shared-client/context.tsx#L55
React Hook React.useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Run ESLint check:
packages/core/rsc/shared-client/context.tsx#L83
React Hook React.useMemo has a missing dependency: 'aiState'. Either include it or remove the dependency array
|
Run ESLint check:
packages/core/rsc/shared-client/context.tsx#L110
React Hook React.useMemo has missing dependencies: 'setAIState' and 'setUIState'. Either include them or remove the dependency array
|
Run ESLint check:
packages/core/rsc/shared-client/context.tsx#L185
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Loading