You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
I think the built-in console doesnt support complex objects like p5.Graphics, so it might fail to stringify it because of which nothing appears.
And in the browser console too, it does log the output but after sometime it starts giving Maximum call stack size exceeded error, so there's a recursion issue possibly because Immer.js may not be able to handle non-serializable objects like p5.Graphics
p5.js version
1.11.1
What is your operating system?
Windows
Web browser and version
Chrome version: 132.0.6834.160
Actual Behavior
The program doesn't log anything, even though draw() calls console.log();
Expected Behavior
The program should log "test" and the obj object every frame.
Steps to reproduce
Steps:
Snippet:
The text was updated successfully, but these errors were encountered: