Will a single top-level element be required for GlimmerComponents?

Currently Ember.Component allows a tagName of “” to leave out the wrapper element, but GlimmerComponent errors out without a single top-level component in the template. Is this permanent or temporary?