We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://svelte.technology/repl?version=1.60.2&gist=3d32d3e082562a4de08b054f46e7756e
The example works with v 1.60.1 but not with 1.60.2.
I believe this is due to incorrect flow here: https://github.com/sveltejs/svelte/blob/master/src/validate/html/validateElement.ts#L110
... from the PR meant to address generating a compiler error for dynamic binding of multiple: https://github.com/sveltejs/svelte/pull/1313/files#diff-af8fdb1fcadd89d16ba4cf8722fe1eafR116
Looks like checkTypeAttribute is never called for a non-dynamic multiple
checkTypeAttribute
multiple
The text was updated successfully, but these errors were encountered:
032083b
Merge pull request #1333 from sveltejs/gh-1331
5c956dd
fix #1331
Thanks, fixed in 1.60.3
Sorry, something went wrong.
No branches or pull requests
https://svelte.technology/repl?version=1.60.2&gist=3d32d3e082562a4de08b054f46e7756e
The example works with v 1.60.1 but not with 1.60.2.
I believe this is due to incorrect flow here:
https://github.com/sveltejs/svelte/blob/master/src/validate/html/validateElement.ts#L110
... from the PR meant to address generating a compiler error for dynamic binding of multiple:
https://github.com/sveltejs/svelte/pull/1313/files#diff-af8fdb1fcadd89d16ba4cf8722fe1eafR116
Looks like
checkTypeAttribute
is never called for a non-dynamicmultiple
The text was updated successfully, but these errors were encountered: