Fix Articles.svelte join
src/lib/Articles.svelte calls .join on a value inferred as {}, which
has no such method.
Confirmed Problem
- 158:9 — Property 'join' does not exist on type '{}'.
Read next
src/lib/Articles.svelte calls .join on a value inferred as {}, which
has no such method.
Read next