ember-cli / ember-cli-preprocess-registry

MIT License
1 stars 13 forks source link

Removal of availablePlugins breaks addons #121

Open rykov opened 1 year ago

rykov commented 1 year ago

A number of older addons break with ember-cli-preprocess-registry versions 4.0+ with the following error:

Cannot read properties of undefined (reading '...')

We've traced it down to the removal of availablePlugins from registry.

We've seen this problem with the following plugins:

Is this an intended breaking change?

lougreenwood commented 9 months ago

Any news on this?