Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX release-1-13] Ensure that
service:store
is cleared before r…
…eregsitering. In globals apps, calling `App.reset()` will cause these initializers to be ran multiple times for each `container` / `registry` instance. This means that when `App.reset()` is called, `service:store` is already registered **AND** resolved, throwing the following error: ``` Cannot re-register: `service:store`, as it has already been resolved. ``` The fix is to `unregister` before `register`ing again.
- Loading branch information