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
It was introduced to work around React Router v6's issue of not encoding
parameters in the generatePath function. However, after migrating to v7,
tests began failing due to double encoding. This revealed that React
Router v7 already handles encoding parameters in generatePath. See
remix-run/react-router#13530
Thus, this commit reverts the changes made in
#2576
0 commit comments