You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<svelte:component> must have a 'this' attribute
166: {#each countries as country}
167: <p class={__styled__.styles["__p"]}>
168: <svelte:component {...map("svelte:component", {
^
169: this: CountryFlag,
170: country: country
The text was updated successfully, but these errors were encountered:
s0kil
changed the title
Svelte preprocesser overwrites this attribute in an <svelte:component />
[svelte] preprocesser overwrites this attribute in an <svelte:component />Dec 8, 2019
From:
<svelte:component this={CountryFlag} {country}/>
Into:
<svelte:component {...map("svelte:component", {...})} />
Svelte Compiler Error:
The text was updated successfully, but these errors were encountered: