-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
TypeError: Cannot read properties of undefined (reading '_report') at undefined:2:30224 #2145
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
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. |
Can you please give the steps to reproduce it And can you please also attach the screenshots for more clarity |
Here is the link for sketch on web editor Also i created a repository that runs fine. |
@kewlfool is it runs fine in your repository? |
yes it runs fine locally, |
Interesting issue. The problem here is a naming collision on Your code will work if you rename your |
Agreed with the above! I think a secondary root cause of this issue stems from the Hope this was able to resolve your issue! I'm going to close this for now, but please feel free to reopen this or create a new one if it still persists for you. |
Hi there,
i have a p5js sketch that works fine locally, but when i copy it on web editor it dont run.
TypeError: Cannot read properties of undefined (reading '_report')
at undefined:2:30224
The text was updated successfully, but these errors were encountered: