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
Search for undefined-- in the index.html of the generated gh-pages directory. Normally it should be undefined-.
This is the code that produces this result:
{% for item in items %}
{% include "../includes/partials/item.html.njk" %}
{% endfor %}
If you replace {% include "../includes/partials/item.html.njk" %} with item.html.njk, the result is normal.
The text was updated successfully, but these errors were encountered:
reproduction link: develop branch https://github.com/savoygu/sass-bem-next/tree/develop
reproduction steps:
Search for
undefined--
in the index.html of the generated gh-pages directory. Normally it should beundefined-
.This is the code that produces this result:
If you replace
{% include "../includes/partials/item.html.njk" %}
with item.html.njk, the result is normal.The text was updated successfully, but these errors were encountered: