-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Creategraphics bug #1833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting! Sorry for the delay in getting back to you—I'll update the default to v1.3.1 and do a web editor release. |
catarak
added a commit
that referenced
this issue
May 7, 2021
3 tasks
Thanks @catarak ! |
catarak
added a commit
that referenced
this issue
May 7, 2021
[#1833] Update default p5.js to v1.3.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Nature of issue?
Details about the bug:
Hi there! I'm getting this error when trying to call any function on a graphics object.
Uncaught TypeError: Cannot read property 'grid' of undefined
I think this is related to processing/p5.js#5000
Here's an example sketch showing the issue.
https://editor.p5js.org/aferriss/sketches/63Hly1qCD
I'm wondering if we can update the editor to use a newer p5 release where this issue has been resolved. I believe it was fixed here processing/p5.js#5003
The text was updated successfully, but these errors were encountered: