We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b350fe commit aaf1364Copy full SHA for aaf1364
src/components/Context.ts
@@ -1,4 +1,5 @@
1
-import { Context, createContext } from 'react'
+import { createContext } from 'react'
2
+import type { Context } from 'react'
3
import type { Action, AnyAction, Store } from 'redux'
4
import type { Subscription } from '../utils/Subscription'
5
import { StabilityCheck } from '../hooks/useSelector'
0 commit comments