Closed yratanov closed 1 year ago
When ember-glimmer.link-to.positional-arguments is enabled, the following code is raising an error:
ember-glimmer.link-to.positional-arguments
<button {{on "click" (transition-to "some.route" (query-params some="param")}} />
ember-router-helpers
Since it is not in the context of LinkTo, it shouldn't raise an error.
LinkTo
When
ember-glimmer.link-to.positional-arguments
is enabled, the following code is raising an error:ember-router-helpers
Since it is not in the context of
LinkTo
, it shouldn't raise an error.