Skip to content

Commit

Permalink
feat(store-devtools): change connectOutsideZone to be 'true' by defau…
Browse files Browse the repository at this point in the history
…lt (#4103)

Closes #4093
  • Loading branch information
va-stefanek authored Nov 7, 2023
1 parent 1c93645 commit d3b4db0
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 131 deletions.
10 changes: 5 additions & 5 deletions modules/store-devtools/spec/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('StoreDevtoolsOptions', () => {
features: defaultFeatures,
trace: false,
traceLimit: 75,
connectOutsideZone: false,
connectInZone: false,
});
});

Expand Down Expand Up @@ -68,7 +68,7 @@ describe('StoreDevtoolsOptions', () => {
features: {
test: true,
},
connectOutsideZone: false,
connectInZone: false,
});
});

Expand All @@ -86,7 +86,7 @@ describe('StoreDevtoolsOptions', () => {
trace: false,
traceLimit: 75,
features: defaultFeatures,
connectOutsideZone: false,
connectInZone: false,
});
});

Expand All @@ -110,7 +110,7 @@ describe('StoreDevtoolsOptions', () => {
export: true,
test: true,
},
connectOutsideZone: false,
connectInZone: false,
});
});

Expand All @@ -137,7 +137,7 @@ describe('StoreDevtoolsOptions', () => {
},
trace: false,
traceLimit: 75,
connectOutsideZone: false,
connectInZone: false,
});
});
});
Loading

0 comments on commit d3b4db0

Please sign in to comment.