Just to expand a bit, looks like if you want to set a class on wrapping component you would use:
api.registerConnectorClass('user-profile-primary', 'my-connector', {
setupComponent() {
this.set('classNames', ['foo']);
}
});
With the new changes I am seeing a wrapping span
@eviltrout which is a bit of a blocker for me:
Outlet is defined as:
{{plugin-outlet name="user-activity-bottom"
connectorTagName='li'
args=(hash model=model)}}
Is there any way to remove the wrapping span?