0
Q:

Property 'forEach' does not exist on type 'NodeListOf<Element>'.

const frameZones = Array.from(document.querySelectorAll('path.frame-zone'));
frameZones.forEach((...) => {});
0

New to Communities?

Join the community