You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-router/CHANGELOG.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@
14
14
15
15
- Skip resource route flow in dev server in SPA mode ([#13113](https://github.com/remix-run/react-router/pull/13113))
16
16
17
-
- Fix jsdoc types for `context` ([#13170](https://github.com/remix-run/react-router/pull/13170))
18
-
19
17
- Support middleware on routes (unstable) ([#12941](https://github.com/remix-run/react-router/pull/12941))
20
18
21
19
Middleware is implemented behind a `future.unstable_middleware` flag. To enable, you must enable the flag and the types in your `react-router-config.ts` file:
@@ -422,7 +420,7 @@ _No changes_
422
420
- Collapse `@remix-run/server-runtime` into `react-router`
423
421
- Collapse `@remix-run/testing` into `react-router`
0 commit comments