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 e8a3f87 commit 93c7db8Copy full SHA for 93c7db8
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