Closed hylu-dev closed 1 year ago
Hi, with the recent updates, I'm seeing some new logging that's filling up the console whenever a note is played.
On note start it logs: Object { sample: {…} } On note end it logs ">>>> END undefined
Object { sample: {…} }
">>>> END undefined
Borrowing a recent user's codepen, you can see the console fill up as notes are played https://codesandbox.io/s/young-monad-forked-lw8pyj?file=/src/index.js
Yes, weird, because there's no console.log in the code base... I think I've accidentally publish a previous version. I'll fix it. Thanks for the codepen 👍
It is fixed in 0.10.2
Hi, with the recent updates, I'm seeing some new logging that's filling up the console whenever a note is played.
On note start it logs:
Object { sample: {…} }
On note end it logs">>>> END undefined
Borrowing a recent user's codepen, you can see the console fill up as notes are played https://codesandbox.io/s/young-monad-forked-lw8pyj?file=/src/index.js