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
Replace this.isArray(argument) to Array.isArray(argument).
Remove once() from your code. You don’t need it at all.
For safety: modifiers value should be String type. In BEMJSON and in template. If not so - we must warn you. Comare sandbox example in v6.x and v7.x https://goo.gl/auhOOV
Optional: for backwards capability use xhtml: true option value in all bemxjst.compile() functions.