diff --git a/contributors.yml b/contributors.yml index e166455453..dd9f904013 100644 --- a/contributors.yml +++ b/contributors.yml @@ -306,6 +306,7 @@ - mtliendo - namoscato - Nandann018-ux +- NandkishorJadoun - nanianlisao - ned-park - nenene3 diff --git a/docs/how-to/middleware.md b/docs/how-to/middleware.md index 50110efdf1..3a6ab61041 100644 --- a/docs/how-to/middleware.md +++ b/docs/how-to/middleware.md @@ -136,6 +136,9 @@ In order to properly type your `context` param in your `loader`/`action`/`middle ```ts // src/react-router.d.ts + +import "react-router"; + declare module "react-router" { interface Future { v8_middleware: true;