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.
1 parent 51cfc4c commit 1b350feCopy full SHA for 1b350fe
src/components/Context.ts
@@ -26,7 +26,7 @@ function getContext() {
26
27
export const ReactReduxContext = /*#__PURE__*/ new Proxy(
28
{} as Context<ReactReduxContextValue>,
29
- new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
+ /*#__PURE__*/ new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
30
{},
31
{
32
get(_, handler) {
0 commit comments