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
Since this came up today and Thomas G. Lopes mentioned the possibility of having the issue handled by Svelte's eslint plugin I want to cross post the issue sveltejs/svelte#11901 here:
When creating a component like this:
The prop is treated as unread variable yet it should rather be treated as an exported variable since it might still be read from outside.
The text was updated successfully, but these errors were encountered:
Since this came up today and Thomas G. Lopes mentioned the possibility of having the issue handled by Svelte's eslint plugin I want to cross post the issue sveltejs/svelte#11901 here:
When creating a component like this:
The prop is treated as unread variable yet it should rather be treated as an exported variable since it might still be read from outside.
The text was updated successfully, but these errors were encountered: