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
Throw Error When pass non empty string for name in context
Empty value for name in context
Non Empty value for name in context
Error String
(lookupProperty(...) || (depth0 && lookupProperty(...)) || container.hooks.helperMissing).call is not a function
Error: (lookupProperty(...) || (depth0 && lookupProperty(...)) || container.hooks.helperMissing).call is not a function
at t._callbacks.<computed> (https://handlebarsjs.com/assets/js/8.214167ea.js:1:61688)
at n (https://handlebarsjs.com/assets/js/8.214167ea.js:1:61432)
at Worker.<anonymous> (https://handlebarsjs.com/assets/js/8.214167ea.js:1:61536)
Same Happening for unless helper too
The text was updated successfully, but these errors were encountered:
satyajitnayk
changed the title
Correct Syntax Throwing Error for non empty value in context
Bug - Correct Syntax Throwing Error for non empty value in context
Jul 5, 2024
Same is observed in other helpers too . This should be addressed as soon as possible as it could cause severe issue for whoever is using handlebars in production. Thoughts @jaylinski ?🤔
For example lookup helper
Same Error when there is non empty string in merge key:
Syntax
Throw Error When pass non empty string for name in context
Error String
The text was updated successfully, but these errors were encountered: