Hello GOD
when we debug javascript we cannot use correctly our console log because logmatic-js try to convert circular structure into JSON (yeah infinite loop).
so I need to stop logmatic-js to see my log.
Uncaught TypeError: Converting circular structure to JSON
at JSON.stringify (<anonymous>)
at eval (eval at 194 (****/1.logmatic-js.js:6:2), <anonymous>:303:49)
at Array.map (native)
at Object.console.(anonymous function) [as log]
can you path/prevent this for the next version ?