adopted-ember-addons / ember-cp-validations

Ember computed property based validations
https://adopted-ember-addons.github.io/ember-cp-validations/
BSD 3-Clause "New" or "Revised" License
442 stars 174 forks source link

fix: ember metal imports #750

Closed colenso closed 8 months ago

colenso commented 10 months ago

In ember 4.11 at least, I can't find a default export for ember metal. But when I do named imports for isClassicDecorator and descriptorForDecorator it resolves fine. PS. This is in an embroider app. I'm unsure if that matters.