Skip to content
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

library named react-vis-network-graph is an old fork of this package react-graph-vis #98

Open
alete89 opened this issue Nov 20, 2020 · 2 comments

Comments

@alete89
Copy link

alete89 commented Nov 20, 2020

This repo is called react-graph-vis but the package is is published as react-vis-network-graph on NPM.

Instructions say:
yarn add react-vis-network-graph

and then in the example:
import Graph from "react-graph-vis";

you can also install yarn add react-graph-vis but it's a different packet?

I find this very confusing :/

@crubier
Copy link
Owner

crubier commented Feb 15, 2021

This is because you are now on the initial correct repo: react-graph-vis.

Some people forked my repo and published it as react-vis-network-graph , without updating the docs 😂

This is not my fault there is nothing I can do, except: Use my package, it's more up to date (Even though they bumped version to 3.0.1 and my package is at 1.0.7, my package is now more up to date)

@crubier crubier changed the title library name doesn't match examples. I'm confused. library named react-vis-network-graph is an old fork of this package react-graph-vis Feb 19, 2021
@ShuPink
Copy link

ShuPink commented Jul 10, 2021

Oh this also had me confused! Thanks for clarifying.
I didn't realise all this time I was using the wrong package :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants