You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
Steps to reproduce:
{{bread-crumbs tagName="ol" outputStyle="bootstrap" linkable=true}}
inapplication.hbs
loading.hbs
template inapp/templates/
(This is the minimum requirement for presenting a default loading template)route:loading.index
was not foundThis can be remedied by generating the required index route (
ember g route loading/index
).(It also happens with other auto-generated index routes)
Expected behaviour
Should work without explicitly generating an index route.
The text was updated successfully, but these errors were encountered: