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
I've ran into the problem of using ember-dialog with [email protected]. Seems the Ember Component does not have template property anymore, and the dialogs show up without body. While with the previous version of [email protected] it works fine.
I've created a new issue regarding the template property in ember.js here is a link for that emberjs/ember.js#14713, let's see what API changes that caused this issue.
I've ran into the problem of using
ember-dialog
with[email protected]
. Seems the Ember Component does not havetemplate
property anymore, and the dialogs show up without body. While with the previous version of[email protected]
it works fine.You may reproduce the problem so:
app/components/foo-bar.js
app/components/foo-bar.hbs
Ember v2.9.1 will output:
BEGIN A TEMPLATE END
, but Ember v2.10.10 will output:BEGIN END
The text was updated successfully, but these errors were encountered: