wavedrom icon indicating copy to clipboard operation
wavedrom copied to clipboard

Using wavedrom3.5.0 in vue3.4.21, the error wavedrom.js?v=c79103ed:2702 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'childNodes') at Object.renderWaveElement

Open liuhuan1011 opened this issue 1 year ago • 1 comments

Using wavedrom3.5.0 in vue3.4.21, the error wavedrom.js?v=c79103ed:2702 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'childNodes') at Object.renderWaveElement....

liuhuan1011 avatar May 20 '24 08:05 liuhuan1011

function renderWaveForm (index, source, output, notFirstSignal) {
    renderWaveElement(index, source, document.getElementById(output + index), window.WaveSkin, notFirstSignal);
}

看看你的参数对不对

totemtec avatar Aug 09 '24 08:08 totemtec