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
class
Another lame IE9 problem...
It appears that getClaimStatement is using class as a property name when constructing the attributes object. This causes an error in IE9.
getClaimStatement
attributes
svelte/src/generators/dom/visitors/Element/Element.ts
Lines 241 to 257 in ad59771
The text was updated successfully, but these errors were encountered:
Quote class property name in attributes.
b367cda
Fixes sveltejs#830
Hm for what it's worth it seems like IE9 should allow this as is, not sure what's wrong with my IE9 vm that's making it error here.
Sorry, something went wrong.
add snapshot test for #830
1a99c51
No branches or pull requests
Another lame IE9 problem...
It appears that
getClaimStatement
is usingclass
as a property name when constructing theattributes
object. This causes an error in IE9.svelte/src/generators/dom/visitors/Element/Element.ts
Lines 241 to 257 in ad59771
The text was updated successfully, but these errors were encountered: