Skip to content

Commit ae1c6d5

Browse files
authored
with-devtools.ts fix index usage
1 parent 3799017 commit ae1c6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ngrx-toolkit/src/lib/devtools/with-devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function withDevtools(name: string, ...features: DevtoolsFeature[]) {
9191

9292
if (finalOptions.eventsTracking) {
9393
const events = inject(Events);
94-
store['_devtoolsEventsTracker'](events.on());
94+
store[devtoolsEventsTracker](events.on());
9595
}
9696
},
9797
onDestroy() {

0 commit comments

Comments
 (0)