nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
35 stars 6 forks source link

Get rid of a few warnings during js packing #135

Closed julien-nc closed 2 months ago

julien-nc commented 2 months ago

image and image

kyteinsky commented 2 months ago

Nice, that's almost all of them!

assistant/src/components/ChattyLLM/ChattyLLMInputForm.vue
  455:9  warning  Caution: `axios` also has a named export `isCancel`. Check if you meant to write `import {isCancel} from '@nextcloud/axios'` instead  import/no-named-as-default-member

This can be fixed here too.