Skip to content

Commit 1b350fe

Browse files
phryneasAndarist
authored andcommitted
Update src/components/Context.ts
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
1 parent 51cfc4c commit 1b350fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function getContext() {
2626

2727
export const ReactReduxContext = /*#__PURE__*/ new Proxy(
2828
{} as Context<ReactReduxContextValue>,
29-
new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
29+
/*#__PURE__*/ new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
3030
{},
3131
{
3232
get(_, handler) {

0 commit comments

Comments
 (0)