Spencer Carney
Results
1
comments of
Spencer Carney
I was able to get around this error by doing the following: ``` mutations.forEach({ target }) => { if (target instanceof HTMLElement) { console.log(target.classList); } }); ```