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
const BE = require('@bem/entity-name');
const BC = require('@bem/cell');
const button_disabled = BE.create({block: 'button', modName: 'disabled'});
const b_d = BC.create(button_disabled);
console.log(button_disabled.isEqual(b_d)); // is this okay? I think yes
console.log(b_d.isEqual(button_disabled)); // but then why this throws?
The text was updated successfully, but these errors were encountered:
https://runkit.com/yeti-or/bem-entity-vc-cell
The text was updated successfully, but these errors were encountered: