In MR https://github.com/adopted-ember-addons/ember-light-table/pull/798/ the lt-body component has been made tagless. As the template doesn't contain ...attributes it's impossible to e.g. set an id or pass a modifier on the body. Is this an intention breaking change?
If not, this adds it back like it used to work in v3.0.0-beta.0.
In MR https://github.com/adopted-ember-addons/ember-light-table/pull/798/ the
lt-body
component has been made tagless. As the template doesn't contain...attributes
it's impossible to e.g. set an id or pass a modifier on the body. Is this an intention breaking change?If not, this adds it back like it used to work in v3.0.0-beta.0.