stencil-cli
stencil-cli copied to clipboard
stencil pull: TypeError: Cannot use 'in' operator to search for 'EnableProductCompare' in undefined
Expected behavior
Shouldn't give this error, nothing seems to be wrong.
Actual behavior
stencil pull Should start pulling instead it gives this error not ok -- TypeError: Cannot use 'in' operator to search for 'EnableProductCompare' in undefined
Steps to reproduce behavior
stencil pull
config.json "EnableProductCompare": true,
schema.json { "type": "checkbox", "label": "Show compare button", "force_reload": true, "id": "enableProductCompare" },
html file
{{#if theme_settings.enableProductCompare}}
....html
{{/if}}