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
I've seen some issues recently with camelCase property names not being supported. I think that additional test cases for this would help drive fixes for them.
I also saw some probably buggy framework code that only did an in-check for own properties on the prototype of the element. This would break in inheritance cases, so we should add tests for those.
The text was updated successfully, but these errors were encountered:
I've seen some issues recently with camelCase property names not being supported. I think that additional test cases for this would help drive fixes for them.
I also saw some probably buggy framework code that only did an in-check for own properties on the prototype of the element. This would break in inheritance cases, so we should add tests for those.
The text was updated successfully, but these errors were encountered: