Skip to content

Commit

Permalink
feat(store-devtools): export private Redux Devtools Extension injecti…
Browse files Browse the repository at this point in the history
…on token

The injection token REDUX_DEVTOOLS_EXTENSION is currently private and unable to be overriden by any means. This change allows for custom implementations of the devtools extension interface on platforms that are not browser
  • Loading branch information
edusperoni committed Mar 8, 2022
1 parent 1d3e337 commit f36d865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/store-devtools/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { StoreDevtoolsModule } from './instrument';
export { LiftedState, RECOMPUTE } from './reducer';
export { StoreDevtools } from './devtools';
export { REDUX_DEVTOOLS_EXTENSION } from './extension';
export {
StoreDevtoolsConfig,
StoreDevtoolsOptions,
Expand Down

0 comments on commit f36d865

Please sign in to comment.