Undefined is not the same as falsy #4103
Labels
help wanted
Issue caused by core project dependency modules or library
type:bug
A broken experience
TypeScript
Pull requests that update Javascript code
WIP
Milestone
There's an undefined check on route arguments but it's not actually checking for undefined:
This causes an issue if the value is anything that would return falsy (0, empty string, false).
The text was updated successfully, but these errors were encountered: