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
I would not expect this to happen because with the default options, an undefined variable should evaluate to an empty string, and these filters all work fine on an empty string:
Example: https://jsfiddle.net/wxekqcnp/2/
Do I misunderstand the intended behavior, or is this a bug?
The text was updated successfully, but these errors were encountered:
Thank you for the great package! 🙇♀
I did run into a situation which I think may be a bug:
If you use any of the following filters on an undefined variable, they will throw an error:
Example: https://jsfiddle.net/wxekqcnp/3/
I would not expect this to happen because with the default options, an undefined variable should evaluate to an empty string, and these filters all work fine on an empty string:
Example: https://jsfiddle.net/wxekqcnp/2/
Do I misunderstand the intended behavior, or is this a bug?
The text was updated successfully, but these errors were encountered: