Skip to content

Commit

Permalink
update context exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Feb 3, 2025
1 parent 2a2bdcb commit aa49362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-router-devtools",
"description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools",
"author": "Alem Tuzlak",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"keywords": [
"react-router",
Expand Down
1 change: 1 addition & 0 deletions src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export {
withClientLoaderContextWrapper,
withClientActionContextWrapper,
}
export type { ExtendedContext } from "./context/extend-context"

0 comments on commit aa49362

Please sign in to comment.