stencil-cli icon indicating copy to clipboard operation
stencil-cli copied to clipboard

stencil pull: TypeError: Cannot use 'in' operator to search for 'EnableProductCompare' in undefined

Open Edwin-HS opened this issue 4 years ago • 0 comments

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}}
  

Edwin-HS avatar Apr 28 '21 11:04 Edwin-HS