Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(store): ensure features are initialized later
We have a check that ensures states are initialized in the correct order and that the `UpdateState` action shouldn't be dispatched before the `InitState` action. This code updates the order of environment providers to place features at the end. As a result, the root environment initializer runs earlier, dispatching the `InitState` action.
- Loading branch information