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 + children (MyComponent, attrs, children)?
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 + children (
MyComponent, attrs, children)?