@ngxs/store 3.8.2-dev.master-59b0c4a → 3.8.2-dev.master-e0981de

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2389,8 +2389,8 @@ function provideStore(states = [], ...optionsAndFeatures) {
2389
2389
  }
2390
2390
  return makeEnvironmentProviders([
2391
2391
  ...getRootProviders(states, options),
2392
- features,
2393
- NGXS_ROOT_ENVIRONMENT_INITIALIZER
2392
+ NGXS_ROOT_ENVIRONMENT_INITIALIZER,
2393
+ features
2394
2394
  ]);
2395
2395
  }
2396
2396
  function isEnvironmentProvider(target) {