We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module.exports = function (bh) { bh.match("test-block", function (ctx) { ctx.content([ { elem: 'test-elem' }, { elem: 'test-elem', elemMods: { mod: 'val' } } ]); }); bh.match("test-block__test-elem", function (ctx) { ctx.content('test'); }); bh.match("test-block__test-elem_mod_val", function (ctx) { ctx.content('test'); }); };
TypeError: Cannot read property 'mod' of undefined
Version is "3.1.2" Ok in "2.2.0"
The text was updated successfully, but these errors were encountered:
839db88
Fixed in 3.1.3. BTW, elemMods is deprecated, use just mods instead.
elemMods
mods
Sorry, something went wrong.
No branches or pull requests
TypeError: Cannot read property 'mod' of undefined
Version is "3.1.2"
Ok in "2.2.0"
The text was updated successfully, but these errors were encountered: