We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Context.ts
1 parent 2fc58b1 commit 146dd92Copy full SHA for 146dd92
src/components/Context.ts
@@ -1,6 +1,6 @@
1
import type { Context } from 'react'
2
-import type { Action, Store, UnknownAction } from 'redux'
3
import { React } from '../utils/react'
+import type { Action, Store, UnknownAction } from 'redux'
4
import type { Subscription } from '../utils/Subscription'
5
import type { ProviderProps } from './Provider'
6
0 commit comments