File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -116,12 +116,13 @@ const router = createBrowserRouter(routes, {
116
116
117
117
The following future flags are currently available:
118
118
119
- | Flag | Description |
120
- | ------------------------ | --------------------------------------------------------------------- |
121
- | ` v7_fetcherPersist ` | Delay active fetcher cleanup until they return to an ` idle ` state |
122
- | ` v7_normalizeFormMethod ` | Normalize ` useNavigation().formMethod ` to be an uppercase HTTP Method |
123
- | ` v7_partialHydration ` | Support partial hydration for Server-rendered apps |
124
- | ` v7_prependBasename ` | Prepend the router basename to navigate/fetch paths |
119
+ | Flag | Description |
120
+ | ------------------------------------------- | --------------------------------------------------------------------- |
121
+ | ` v7_fetcherPersist ` | Delay active fetcher cleanup until they return to an ` idle ` state |
122
+ | ` v7_normalizeFormMethod ` | Normalize ` useNavigation().formMethod ` to be an uppercase HTTP Method |
123
+ | ` v7_partialHydration ` | Support partial hydration for Server-rendered apps |
124
+ | ` v7_prependBasename ` | Prepend the router basename to navigate/fetch paths |
125
+ | [ ` v7_relativeSplatPath ` ] [ relativesplatpath ] | Fix buggy relative path resolution in splat routes |
125
126
126
127
## ` hydrationData `
127
128
@@ -197,3 +198,4 @@ Useful for environments like browser devtool plugins or testing to use a differe
197
198
[ query ] : ./create-static-handler#handlerqueryrequest-opts
198
199
[ clientloader ] : https://remix.run/route/client-loader
199
200
[ hydratefallback ] : ../route/hydrate-fallback-element
201
+ [ relativesplatpath ] : ../hooks/use-resolved-path#splat-paths
You can’t perform that action at this time.
0 commit comments