diff --git a/package.json b/package.json index 8912d95..09ed493 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/context.ts b/src/context.ts index 4d15442..0834dcf 100644 --- a/src/context.ts +++ b/src/context.ts @@ -11,3 +11,4 @@ export { withClientLoaderContextWrapper, withClientActionContextWrapper, } +export type { ExtendedContext } from "./context/extend-context"