Helpers alert, confirm and prompt have too generic names. Including the addon to an app breaks the app when it uses local properties alert, confirm or prompt in templates.
To resolve the issue, we should rename helpers to ember-dialogs-alert, ember-dialogs-confirm and ember-dialogs-prompt.
Helpers
alert
,confirm
andprompt
have too generic names. Including the addon to an app breaks the app when it uses local propertiesalert
,confirm
orprompt
in templates.To resolve the issue, we should rename helpers to
ember-dialogs-alert
,ember-dialogs-confirm
andember-dialogs-prompt
.