express-handlebars icon indicating copy to clipboard operation
express-handlebars copied to clipboard

#253 Fix issue with always defined defaultLayout property which alway…

Open Romick2005 opened this issue 5 years ago • 3 comments

…s render default view, but the one that was specified to render.

Romick2005 avatar May 21 '19 13:05 Romick2005

The default is by design, but apparently should have been released as a major since some use cases aren't using a layout at all. The fix for those apps is exphbs({defaultLayout: null})

jfbrennan avatar Jun 06 '19 15:06 jfbrennan

@jfbrennan The behavior of the API has changed, causing untouched code to no longer work. A fix should be implemented that will behave the same.

I do not want to touch my code for something that should not be our issue

ismail-codinglab avatar Sep 19 '19 10:09 ismail-codinglab

@Ismail-codinglab This project isn't updated very often so if you want to wait for a fix you might be waiting a while.

UziTech avatar Sep 19 '19 12:09 UziTech