Git Product home page Git Product logo

Comments (7)

varqasim avatar varqasim commented on May 16, 2024 3

Vasco, can't thank you enough! It worked.

Tapped into the yarn.lock saw that d3-selection is indeed duplicated, but with different versions, 1.4.0 for react-force-graph and 1.1.0 for [email protected]. The file looked like this

d3-selection@1, d3-selection@^1.1.0:
  version "1.3.2"
  resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.3.2.tgz#6e70a9df60801c8af28ac24d10072d82cbfdf652"
  integrity sha512-OoXdv1nZ7h2aKMVg3kaUFbLLK5jXUFAMLD/Tu5JA96mjf8f2a9ZUESGY+C36t8R1WFeWk/e55hy54Ml2I62CRQ==

d3-selection@^1.4.0:
  version "1.4.0"
  resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.0.tgz#ab9ac1e664cf967ebf1b479cc07e28ce9908c474"
  integrity sha512-EYVwBxQGEjLCKF2pJ4+yrErskDnz5v403qvAid96cNdCMr8rmCYfY5RGzWz24mdIbxmDf6/4EAH+K9xperD5jg==

I merged them together like so

d3-selection@1, d3-selection@^1.1.0, d3-selection@^1.4.0:
  version "1.4.0"
  resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.0.tgz#ab9ac1e664cf967ebf1b479cc07e28ce9908c474"
  integrity sha512-EYVwBxQGEjLCKF2pJ4+yrErskDnz5v403qvAid96cNdCMr8rmCYfY5RGzWz24mdIbxmDf6/4EAH+K9xperD5jg==

Delete node_modules and ran yarn install and it all worked out!

from react-force-graph.

vasturiano avatar vasturiano commented on May 16, 2024 2

@qasimalbaqali if you have a dependency lock file (yarn.lock or package-lock.json) deduplicate the entries in that file so that you have a single instance/version of d3-selection. Then re-install the node_modules. That generally solves it.

from react-force-graph.

Cygnusfear avatar Cygnusfear commented on May 16, 2024 1

This change to d3-zoom/src/zoom.js will fix the issue
d3/d3-zoom@0a942f7

from react-force-graph.

SukPavel avatar SukPavel commented on May 16, 2024

I already find the solution. Thank you ;)

from react-force-graph.

varqasim avatar varqasim commented on May 16, 2024

@Cygnusfear I have the latest version of react-force-graph which all sub dependencies are up to date, precisely force-graph has the d3-zoom version with the mentioned commit that fixes the issue, but I am still running into it. Any ideas?

@SukPavel Could you please share the solution that you found, I would highly appreciate it :)

from react-force-graph.

vasturiano avatar vasturiano commented on May 16, 2024

@qasimalbaqali this sounds like a problem that happens when you have more than one version of d3-selection in your bundle. Can you check that?

from react-force-graph.

varqasim avatar varqasim commented on May 16, 2024

@vasturiano Thank you for your reply and amazing work! The project that I am working indeed has another d3-selection since we are using d3 library for another part of the project, so I am guessing you are right. Any ideas that you might have to guide me on how to solve an issue like this? The current version of d3 that we are using is @5.70.

I tried the fix that @Cygnusfear suggested, which means I have to tap into the node_modules folder to do this, which isn't a feasible solution for me. Any help would be highly appreciated Vasco :)

I tried to reproduce it in another project, where I install the same d3 version and react-force-graph, but that doesn't give the error, and the graph actually renders. Does it have to do with webpack in any chance as well? In the reproducing project, I am not using webpack.

from react-force-graph.

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.