Skip to content

Commit

Permalink
fix(ts): incorrect import of Subscription causes TS error (#1910)
Browse files Browse the repository at this point in the history
Closes #1909
  • Loading branch information
vicrep committed Apr 20, 2022
1 parent 26ddc6a commit 7b6270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exports.ts
Expand Up @@ -27,7 +27,7 @@ import { useSelector, createSelectorHook } from './hooks/useSelector'
import { useStore, createStoreHook } from './hooks/useStore'

import shallowEqual from './utils/shallowEqual'
import type { Subscription } from '../src/utils/Subscription'
import type { Subscription } from './utils/Subscription'

export * from './types'
export type {
Expand Down

0 comments on commit 7b6270d

Please sign in to comment.