diff --git a/packages/container/lib/container.js b/packages/container/lib/container.js index 4c394b9c57e..2672a7a92c2 100644 --- a/packages/container/lib/container.js +++ b/packages/container/lib/container.js @@ -375,7 +375,7 @@ function destroyDestroyables(container) { function resetCache(container) { destroyDestroyables(container); - container.cache.dict = dictionary(null); + container.cache = dictionary(null); } function resetMember(container, fullName) {