Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 377 Bytes

silent-apples-return.md

File metadata and controls

9 lines (6 loc) · 377 Bytes
react-router
patch

Add support for route.unstable_lazyMiddleware function to allow lazy loading of middleware logic.

Breaking change for unstable_middleware consumers

The route.unstable_middleware property is no longer supported in the return value from route.lazy. If you want to lazily load middleware, you must use route.unstable_lazyMiddleware.