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
Don't know how to reproduce this outside of my codebase but the main render() function is returning undefined when the template handles a falsy value but no falsy value is passed.
I would suggest adding:
return '';
at the end of the render() function to avoid the case where meta === '!' but val is set.
The text was updated successfully, but these errors were encountered:
Don't know how to reproduce this outside of my codebase but the main render() function is returning
undefined
when the template handles a falsy value but no falsy value is passed.I would suggest adding:
at the end of the
render()
function to avoid the case wheremeta === '!'
butval
is set.The text was updated successfully, but these errors were encountered: