ember.js icon indicating copy to clipboard operation
ember.js copied to clipboard

Invalid uses of `{{outlet}}` should throw

Open chancancode opened this issue 6 years ago • 1 comments

  1. Using {{outlet}} in anything other than a route template (e.g. components)
  2. Using {{outlet}} inside the application template of a non-routable engine ({{mount}})

chancancode avatar Nov 15 '19 04:11 chancancode

Should be covered by ember-template-lint/no-outlet-outside-route, isn't it?

jelhan avatar Nov 27 '19 13:11 jelhan