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
39:35 error 'stdout' is not defined no-undef
39:44 error 'stderr' is not defined no-undef
39:53 error 'render' is not defined no-undef
39:62 error 'executionTime' is not defined no-undef
Using eslint-plugin-svelte3 v3.1.2.
Let me know if I can assist with any more details.
The text was updated successfully, but these errors were encountered:
Just an update. It seems that this is related to the fact that I'm using a <svelte:fragment> here. Switching it out for, for example, a <div> suppresses the error.
kjagiello
changed the title
Slot props producing no-undef
Slot props producing no-undef on <svelte:fragment>
Apr 15, 2021
Experimenting a bit with sveltekit and although the following code is working just fine, eslint gets confused and considers it invalid.
.svelte
eslint output
Using eslint-plugin-svelte3 v3.1.2.
Let me know if I can assist with any more details.
The text was updated successfully, but these errors were encountered: