Skip to content

Commit

Permalink
😬 fix a regression where __PusherContext was no longer exposed by the…
Browse files Browse the repository at this point in the history
… package.
  • Loading branch information
mayteio committed Sep 18, 2020
1 parent 7cc8563 commit 1fb5f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/native/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from "../core/useEvent";
export * from "../core/useClientTrigger";
export * from "../core/useTrigger";
export * from "./PusherProvider";
export { __PusherContext } from "../core/PusherProvider";
1 change: 1 addition & 0 deletions src/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from "../core/useEvent";
export * from "../core/useClientTrigger";
export * from "../core/useTrigger";
export * from "./PusherProvider";
export { __PusherContext } from "../core/PusherProvider";

0 comments on commit 1fb5f43

Please sign in to comment.