-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declare @ember/string
as peerDependency
#409
Comments
I'm seeing Webpack throw test errors due to this issue:
This occurs when bumping @ember/string from v3 to v4, likely because it's now a real module which requires ember-auto-import/embroider to consume. See also: emberjs/ember-string#425 |
Update for this now available in v1.2.0 |
The addon is using
@ember/string
, but there is not declared as peerDependency.ember-cli-clipboard/addon/modifiers/clipboard.js
Lines 1 to 6 in 63c624f
The text was updated successfully, but these errors were encountered: