Hi @Sonya_2025
I have extensions/my-block/snippets/card-product.liquid, which is contain row:
{% render ‘price’, product: card_product, price_class: ‘’, show_compare_at_price: true %}
which is works in dev/ production last year, but in dev terminal appears:
Error while updating drafts: [snippets/card-product.liquid] Liquid syntax error: Cannot use render tag in app snippets
What is mean and what i need do ?