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
I have a url with text a user can supply. In this case it has a % in it. Looking at devtools the NavLink to prop is "/tables/Data%20set%20100%25/" but when I look at the Link component that NavLink renders the to prop is {"pathname":"/tables/Data set 100%/","search":"","hash":"","state":null}
When I click on the link i get the following error: "URIError: Pathname "/tables/Data set 100%/" could not be decoded. This is likely caused by an invalid percent-encoding."
The text was updated successfully, but these errors were encountered:
I have a url with text a user can supply. In this case it has a % in it. Looking at devtools the NavLink to prop is "/tables/Data%20set%20100%25/" but when I look at the Link component that NavLink renders the to prop is {"pathname":"/tables/Data set 100%/","search":"","hash":"","state":null}
When I click on the link i get the following error: "URIError: Pathname "/tables/Data set 100%/" could not be decoded. This is likely caused by an invalid percent-encoding."
The text was updated successfully, but these errors were encountered: