fix(cli): Allow hyphens in agent names #29
Annotations
4 warnings
|
lint-ui:
ui/components/server-detail.tsx#L205
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
lint-ui:
ui/components/server-card.tsx#L67
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
lint-ui:
ui/components/navigation.tsx#L29
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
lint-ui:
ui/app/page.tsx#L213
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|