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
bug #2829 [LiveComponent] Fix query string decoding with no = (smnandre)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[LiveComponent] Fix query string decoding with no `=`
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | Fix#2826 (when released and a website update)
| License | MIT
The root cause of #2826 is in fact a bug in LiveComponent ... that i'm very surprised no one already experienced oO
In url_utils: fromQueryString missed a nullcheck. Triggering a TypeError.
`
?foo&bar=
`
Commits
-------
e53fc8b [LiveComponent] Fix query string decoding with no `=`
0 commit comments