Is there an existing issue for this?
Mithril.js Version
2.3.8
Browser and OS
macOS 15.7.3, Firefox 147.0, Chrome 143.0.7499.193 (this is not a browser/OS bug)
Project
https://manipulexity.com
https://github.com/jawj/wordtools
Code
example = (pattern: string, orderDir = 'freq/desc') =>
m(m.route.Link, { href: `/pattern/${encodeURIComponent(pattern)}/single/${orderDir}/1`, selector: 'a.example' }, pattern)
// if pattern contains a ?, it is escaped, but the resulting link doesn't do anything
Steps to Reproduce
Visit manipulexity.com
Click the last link, captioned 'palindromes'
Expected Behavior
It shows palindromes
Observed Behavior
Because I have pinned 2.3.7, it works, and shows palindromes.
If I upgrade to 2.3.8, nothing happens.
Context
No response
Is there an existing issue for this?
Mithril.js Version
2.3.8
Browser and OS
macOS 15.7.3, Firefox 147.0, Chrome 143.0.7499.193 (this is not a browser/OS bug)
Project
https://manipulexity.com
https://github.com/jawj/wordtools
Code
Steps to Reproduce
Visit manipulexity.com
Click the last link, captioned 'palindromes'
Expected Behavior
It shows palindromes
Observed Behavior
Because I have pinned 2.3.7, it works, and shows palindromes.
If I upgrade to 2.3.8, nothing happens.
Context
No response