#@ in param
13 messages ยท Page 1 of 1 (latest)
On navigating by this link, the browser's address bar also displays not @user, but %40user
@fervent rain I think you were involved in uri component encoding decoding, right?
Link is a component from tanstack router
Yea, this got changed so all path params got decoded. Because of the conflicts between their font view vs Unicode view.
whats that conflict about?
URL matching fails.
For example, matching an emoji vs the Unicode version of the same emoji would cause route matching to fail.
Not at my computer right now, but we had a closed issue on it
should we make this configurable?
so by default, decode everything, but if user wants to provide his own logic (that may then exclude certain chars) he can?
๐คท๐ผโโ๏ธ Haven't thought too much into it to be honest.
Yea maybe a strict: true kind of situation is what you mean yes? Or allow the user to pass in a function?
Just keep in mind the whole configuration surface thingy ๐
Or allow the user to pass in a function?
that's what I meant
Just keep in mind the whole configuration surface thingy ๐
absolutely, but in this case I think we don't know better than the user
๐๐ผ