-
Notifications
You must be signed in to change notification settings - Fork 45
Doesn't recognize $$props #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can't reproduce this. I'll need a more complete reproduction. The way this is implemented is that the Svelte compiler tells this ESLint plugin which implicit magic globals exist in the component and that ESLint should not warn about, and this appears to be working for me. |
Yeah, understandable. I need to extract it from a larger program. |
I am also getting this for both |
It seems the plugin doesn't understand that
$$props
is a globally defined variable in Svelte templates.The entirety of that svelte file was
Due to #134, there's no way to disable that error either.
The text was updated successfully, but these errors were encountered: