emberjs/ember.js

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

Open

#18,547 opened on Nov 15, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (22,437 stars) (4,216 forks)batch import
Help WantedRouting

Description

  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}})

Contributor guide

Invalid uses of `{{outlet}}` should throw · emberjs/ember.js#18547 | Good First Issue