Skip to content

Commit 2d45112

Browse files
phryneasAndarist
andauthored
Update src/components/Context.ts
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
1 parent fa4e3ce commit 2d45112

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
@@ -24,7 +24,7 @@ function getContext() {
2424

2525
export const ReactReduxContext = /*#__PURE__*/ new Proxy(
2626
{} as Context<ReactReduxContextValue>,
27-
new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
27+
/*#__PURE__*/ new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
2828
{},
2929
{
3030
get(_, handler) {

0 commit comments

Comments
 (0)