Skip to content

Commit 7b9b0e9

Browse files
committed
Make side-effectful $$observable import a bit clearer
1 parent 8fa0ea7 commit 7b9b0e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/store.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Action, AnyAction } from './actions'
22
import { Reducer } from './reducers'
3-
import '../utils/symbol-observable'
3+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4+
import _$$observable from '../utils/symbol-observable'
45

56
/**
67
* Internal "virtual" symbol used to make the `CombinedState` type unique.

0 commit comments

Comments
 (0)