phileba
phileba
thank @angrygreenfrogs , we will have a look and release the fix in the next version.
Hi @cjpablo92, we plan to release a fix in version 1.4. But this issue has been fixed in the latest element beta.
Hi @peterwake , you just need to add the keyword `debugger` likes the following  Then it should work 
Hi @evaneus, we'll release this soon but for now, you can work around by the following: https://www.npmjs.com/package/query-selector-shadow-dom, they have some examples at https://github.com/Georgegriff/query-selector-shadow-dom/blob/master/examples/puppeteer. Thanks
thank @nadavsen2 and @mrvdot, we will have a look at this.
I found the root cause is the data has duplicate field time with value `00:00:00` ``` { cpu: 47.65, time: "00:00:00" }, { cpu: 100, time: "00:00:00" }, ``` does...