mithril-query
mithril-query copied to clipboard
Query mithril virtual dom for testing purposes
As per title, mithril query fails to render components that are passed custom style properties via mithril js syntax. For instance, declaring a component with mq such as: `const someComp...
Hello, I am trying to use mithril-query with types but it looks like the latest version on NPM (4.0.1) doesn't include the `types` property in package.json. I'm not sure what...
It looks like mq only accepts a component or a component + attrs: https://github.com/MithrilJS/mithril-query/blob/master/index.js#L245 In theory, it should be able to support component, component + attrs, or component + attrs...