dustjs
dustjs copied to clipboard
[DUST INFO]: Cannot find the value for reference in a template
I am having sometimes messages like that below, in console, and so the view is not rendered as expected.
[DUST INFO]: Cannot find the value for reference [{bodyStyle}] in template [components/sheet/sheet]
[DUST INFO]: Cannot find the value for reference [{bodyContent}] in template [components/sheet/sheet]
[DUST INFO]: Cannot find the value for reference [{footerContent}] in template [components/sheet/sheet]
Any suggestion to solve this problem?
Dust doesn't see those values in your context. Can you provide an example template and context?