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
This issue is closed due to not being active. Please feel free to open it again (for the author) or create a new one and reference this (for others) if you have further questions.
This triggers
Using exported name 'Fa' as identifier for default export. eslint (import/no-named-as-default)
.Changing the line to
import { Fa } from "svelte-fa";
would not build in SvelteKit, throwing<Fa> is not a valid SSR component.
.I'm not too sure what's causing this… Might be similar to import-js/eslint-plugin-import#544?
The text was updated successfully, but these errors were encountered: