Aleksandr Murashkin

Results 1 comments of Aleksandr Murashkin

Yes, the same issue for me. There is a function for it in code: ``` function isLeafTag(obj, options){ const propCount = Object.keys(obj).length; if( propCount === 0 || (propCount === 1...