We get an Uncaught TypeError error: Cannot read the 'yield' property from undefined for the following hbs code;
<button {{if isButtonEnabled 'enabled' 'disabled'}}>Test</button>
isButtonEnabled is a property defined on my respective controller
testndtv
source share