We kind of regressed here when we upgraded to Glimmer.
@eviltrout and I have a plan on how to attack this, but have not had a chance to yet.
We kind of regressed here when we upgraded to Glimmer.
@eviltrout and I have a plan on how to attack this, but have not had a chance to yet.
Yeah itβs actually not that hard β we just need to specify tagName: ''
I guess the harder part is we need to make sure all major plugins continue to work that way though.
FYI we have a general pattern for fixing this, its just a matter of implementing it internally in a few of the existing outlets.
Closing this, we have a working pattern in our connectors, for example:
tagName=""
connectorTagName=""
Makes the magic happen, feel free to submit PRs if you notice this missing anywhere.