Closed purepear closed 8 years ago
node_modules/clean-html/index.js:251:10
you can check if nodes are array.. sth like
function render(nodes) { var html = ''; nodes = nodes || [] nodes.forEach(function (node) { ...
Sorry it took me so long to notice. Can you provide a sample that would cause this to happen?
I was doing some prototyping and i don't remember what the case was :) sorry
feel free to close it
node_modules/clean-html/index.js:251:10
you can check if nodes are array.. sth like