Git Product home page Git Product logo

Comments (4)

and-who avatar and-who commented on March 28, 2024 1

I just removed the addons. (I was not sure if I should add them anyway)
Can you try Version 1.2.1?

from react.

and-who avatar and-who commented on March 28, 2024

Hi, I removed p5 as a Dependency of the p5-wrapper so everybody can choose which p5 Version he is using.

So you need to add p5 as an Dependency by yourself.

Try:
npm install p5 --save

from react.

shtrih avatar shtrih commented on March 28, 2024

Yes it's already in my dependencies and looks like the exception thrown from p5.dom

from react.

shtrih avatar shtrih commented on March 28, 2024

I'm sorry I found the problem.
The problem is in p5.dom.js. Someone added 2 functions but in wrong place. This two functions should have been added before }); (line 3118).
processing/p5.js@9b5094a#diff-84dfcaf5d56a24f4ee13a32c644817b0R3118
Those changes was released in 21 Jan in 0.7.3. Then this problem was fixed 23 Jan (processing/p5.js@8c75c73#diff-84dfcaf5d56a24f4ee13a32c644817b0). But this fix were in the next release 0.8.0, which took place after 3 months on 9 Apr!

  1. I started my project in march so I used latest p5.js 0.7.3.
  2. I did not use the library p5.dom.js so the error did not occur.
  3. Then I added react-p5-wrapper it uses own p5 package 0.5.5 so the error did not occur when I started using of p5.dom.
  4. When I updated react-p5-wrapper to 1.2.0 it began to use p5 from my project which is 0.7.3. I have created this Issue.
  5. I have updated p5 to 0.8.0 and error is gone.

Now I update react-p5-wrapper to 1.2.1. So to use dom library I import corresponding file in my sketch.js: import "p5/lib/addons/p5.dom";.
🤯

Thank you.

from react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.