Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX beta] Fix double container destroy
This code on the Engine Instance is not needed as it includes the `ContainerProxyMixin`, which already takes care of destroying the container. This duplicated destroy step was causing ember-cp-validations to attempt to destroy validators twice. This destroy process tries to nullify some property with `o.set(‘model’, null)` on an object that is already destroyed.
- Loading branch information