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
Using react-router-bootstrap 0.26.2, react-router-dom 6.8.2 and react-bootstrap 2.7.2
If I had a URLSearchParams to the prop to of LinkContainer I get an error : Cannot include a '?' character in a manually specified to.pathname field...
If I use a normal <Link> from react-router-dom no problem
The text was updated successfully, but these errors were encountered:
Using react-router-bootstrap 0.26.2, react-router-dom 6.8.2 and react-bootstrap 2.7.2
If I had a URLSearchParams to the prop
to
ofLinkContainer
I get an error :Cannot include a '?' character in a manually specified
to.pathnamefield...
If I use a normal
<Link>
from react-router-dom no problemThe text was updated successfully, but these errors were encountered: