Allow container
to use HTML Nodes instead of just css selectors
#104
Labels
container
to use HTML Nodes instead of just css selectors
#104
What problem does this address?
Many frameworks allow directly accessing HTML Elements without needing to adding a class or id. Leveraging this in macy would make it easier for devs to integrate into their repective frameworks.
What is your proposed solution?
A simple passthrough in
$e.js
to ignore css selection strategies if it is not a string.The text was updated successfully, but these errors were encountered: