You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I log the templatePath and data returned on line 29 the data appears almost identical for products that are rendering and products that are not.
Can anyone help me understand what would be triggering an error such as this: Cannot read property 'fn' of null ? Such as... would it be client-side JS? or by something contained in product data returned from BigCommerce? etc.
Trying however I can to track this down. Anything helps! Thanks.
The text was updated successfully, but these errors were encountered:
I'm troubleshooting a stencil-cli issue where stencil server is throwing an error:
Cannot read property 'fn' of null
I finally tracked it down to line 30 of
pencil-response.js
in stencil-cli. However, the actual error from stencil-cli is pretty unhelpful.When I log the
templatePath
anddata
returned on line 29 the data appears almost identical for products that are rendering and products that are not.Can anyone help me understand what would be triggering an error such as this:
Cannot read property 'fn' of null
? Such as... would it be client-side JS? or by something contained in product data returned from BigCommerce? etc.Trying however I can to track this down. Anything helps! Thanks.
The text was updated successfully, but these errors were encountered: