dev update #19
Annotations
11 warnings
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest):
src/main/index.ts#L18
'_navigationUrl' is defined but never used
|
test (ubuntu-latest):
src/main/lib/embed.ts#L1
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
test (ubuntu-latest):
src/renderer/src/components/ChatBar.tsx#L1
'Textarea' is defined but never used
|
test (ubuntu-latest):
src/renderer/src/components/ChatsSearchModal.tsx#L42
React Hook useEffect has a missing dependency: 'searchItems'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setSearchResults' needs the current value of 'searchItems'
|
test (ubuntu-latest):
src/renderer/src/components/ChatsSidebar.tsx#L110
'_' is defined but never used
|
test (ubuntu-latest):
src/renderer/src/components/SideBar.tsx#L29
'page' is defined but never used
|
test (ubuntu-latest):
src/renderer/src/components/theme-provider.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
test (ubuntu-latest):
src/renderer/src/components/ui/button.tsx#L45
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
test (ubuntu-latest):
src/renderer/src/components/ui/command.tsx#L47
Unknown property 'cmdk-input-wrapper' found
|
test (ubuntu-latest):
src/renderer/src/components/ui/form.tsx#L79
'error' is assigned a value but never used
|