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.
@__PURE__
ContextKey
1 parent fd88816 commit b14e12aCopy full SHA for b14e12a
src/components/Context.ts
@@ -1,6 +1,6 @@
1
import type { Context } from 'react'
2
-import { React } from '../utils/react'
3
import type { Action, Store, UnknownAction } from 'redux'
+import { React } from '../utils/react'
4
import type { Subscription } from '../utils/Subscription'
5
import type { ProviderProps } from './Provider'
6
@@ -13,7 +13,7 @@ export interface ReactReduxContextValue<
13
getServerState?: () => SS
14
}
15
16
-const ContextKey = Symbol.for(`react-redux-context`)
+const ContextKey = /* @__PURE__ */ Symbol.for(`react-redux-context`)
17
const gT: {
18
[ContextKey]?: Map<
19
typeof React.createContext,
0 commit comments