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
Mithril.js version:2.2.3
Browser and OS:
https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4hcYgAI4hDACcYAEwCiWAA7EAngEFixOXEkBeScFYAdNJfFSMxyVgAUAcnwZnFabIUr1W3fpwAJTW9BKSAEb2Tq4RHl7ySqoaOnoGIVZoAPRZkW5pcPjUUBhwcAByXF60AK5QipEwkuYgES0A-KFocLSw+FC0AOaOEfmBRSVllTgZlCBwMLDUxBBheACsiADM62wcIJg4eEVlc0KMzDxsALpUUBBoANYIKJxHPFgQxIRy0AACACZ8ECtnManJyDwSMQ1HBEDkamg1I9BkVaFgsp9vr8oIDgfgtpivj9oPhPmh8Pw5lo1Nx5tRfhobqwgA
The vnode class name will be the one defined in the respective selector.
The class names defined in the selector of each vnode are mixed.
I discovered this in the process of creating the following pr. #2819
The text was updated successfully, but these errors were encountered:
Great catch! I thought we were doing that safely :-/
Sorry, something went wrong.
hyperscript: handles shared empty attrs, fixes MithrilJS#2821
0a28fe6
88da9e5
6c1c5cf
dead-claudia
No branches or pull requests
Mithril.js version:2.2.3
Browser and OS:
Code
https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J4hcYgAI4hDACcYAEwCiWAA7EAngEFixOXEkBeScFYAdNJfFSMxyVgAUAcnwZnFabIUr1W3fpwAJTW9BKSAEb2Tq4RHl7ySqoaOnoGIVZoAPRZkW5pcPjUUBhwcAByXF60AK5QipEwkuYgES0A-KFocLSw+FC0AOaOEfmBRSVllTgZlCBwMLDUxBBheACsiADM62wcIJg4eEVlc0KMzDxsALpUUBBoANYIKJxHPFgQxIRy0AACACZ8ECtnManJyDwSMQ1HBEDkamg1I9BkVaFgsp9vr8oIDgfgtpivj9oPhPmh8Pw5lo1Nx5tRfhobqwgA
Steps to Reproduce
Expected Behavior
The vnode class name will be the one defined in the respective selector.
Current Behavior
The class names defined in the selector of each vnode are mixed.
Context
I discovered this in the process of creating the following pr.
#2819
The text was updated successfully, but these errors were encountered: