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
If I add both querystring and hash, the querystring are not removed from the pathname.
constpage=require('./')page('/foo',ctx=>{console.log('canonicalPath',ctx.canonicalPath)console.log('pathname',ctx.pathname)})page('/foo?hello=there')page('/foo#hash')page('/foo?hello=there#hash')// query and hash
Hi, I found a bug and I'm reporting it.
output
The text was updated successfully, but these errors were encountered: