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?
A number of older addons break with
ember-cli-preprocess-registryversions4.0+with the following error:We've traced it down to the removal of
availablePluginsfromregistry.We've seen this problem with the following plugins:
Is this an intended breaking change?