-
-
Notifications
You must be signed in to change notification settings - Fork 50
False custom_element_props_identifier
errors with no custom elements
#1241
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
Transferred issue to |
Merged
17 tasks
zachstence
added a commit
to zachstence/eslint-plugin-svelte
that referenced
this issue
Jun 5, 2025
…lement_props_identifier (sveltejs#1241)
I cannot upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
After sveltejs/svelte#16003 landed in [email protected], I started getting
custom_element_props_identifier
errors with arest
prop even though my project doesn’t use custom elements. These errors come from ESLint witheslint-plugin-svelte
installed, but not fromsvelte-check
.I could silence the errors by adding
svelte/valid-compile: off
to the ESLint config, but something is going wrong on the Svelte side. It may be a bug ineslint-plugin-svelte
, but I’m not sure.Reproduction
Repo: https://github.com/sveltia/sveltia-cms
One of the errors is raised here:
image.svelte
A minimum reproduction:
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: