ember-modal-dialog icon indicating copy to clipboard operation
ember-modal-dialog copied to clipboard

Listed @ember/render-modifiers as a dependency

Open ijlee2 opened this issue 1 year ago • 0 comments

Background

Because ember-modal-dialog uses {{did-insert}} and {{will-destroy}} modifiers, but didn't list @ember/render-modifiers as a dependency, it's possible that a consuming project can run into an error (more so, when that project lists dependencies correctly).

Here's the error message that I got from running a rendering test ([email protected] used):

Attempted to resolve `did-insert`, which was expected to be a modifier, but nothing was found.

ijlee2 avatar Jul 16 '24 13:07 ijlee2