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
Revert useResolvedPath fix in splat routes (#11078)
* Revert "Fix other code paths for resolveTo from a splat route (#11045)"
This reverts commit 58d421f.
* Revert "Add additional test case for #10983"
This reverts commit f320378.
* Revert "Fix issues with useFormAction/useResolvedPath for dot paths in param/splat routes (#10983)"
This reverts commit fe066bd.
* Fix test
* Add changeset
Revert the `useResolvedPath` fix for splat routes due to a large number of applications that were relying on the buggy behavior (see https://github.com/remix-run/react-router/issues/11052#issuecomment-1836589329). We plan to re-introduce this fix behind a future flag in the next minor version.
0 commit comments