Skip to content

Commit

Permalink
Update src/components/Context.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
phryneas and Andarist committed Jun 5, 2023
1 parent fa4e3ce commit 2d45112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function getContext() {

export const ReactReduxContext = /*#__PURE__*/ new Proxy(
{} as Context<ReactReduxContextValue>,
new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
/*#__PURE__*/ new Proxy<ProxyHandler<Context<ReactReduxContextValue>>>(
{},
{
get(_, handler) {
Expand Down

0 comments on commit 2d45112

Please sign in to comment.