V
V
Vadim Yagofarov2019-06-06 21:43:31
Layout
Vadim Yagofarov, 2019-06-06 21:43:31

Why does Pug throw a "Maximus call stack size exceeded" error?

What is the console complaining about? I checked a hundred times, googled but nothing helped (((.

include line
mixin invitationalBlock()
    +b.invitationalBlock
        .container
            +e.contentWrapper
                +b.H1.heading
                +e.items
                    - for(i=0; i<4; i++)
                        +e.item
                            +e.IMG.img(src="./img/invitational.jpg")
                            +e.like
                                +e.SVG.icon
                                    use(xlink:href='spritemap.svg#i-like')
                            +e.title Название
                            +e.colors
                                +e.colorsItem
                                +e.colorsItem
                                +e.colorsItem
        +line()

5cf95e5879f4c324976470.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question