Add embeds to the Textarea
#352
Annotations
2 errors and 4 warnings
Run npm run check-js:
src/components/Markdown.svelte#L87
Expected an assignment or function call and instead saw an expression
|
Run npm run check-js
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run check-js:
src/components/ExtendedTextarea.svelte#L61
'unlistenArray' is never reassigned. Use 'const' instead
|
Run npm run check-js:
src/components/ExtendedTextarea.svelte#L167
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
|
Run npm run check-js:
src/components/ExtendedTextarea.svelte#L169
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
|
Loading