You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
This repo is called
react-graph-vis
but the package is is published asreact-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 :/
The text was updated successfully, but these errors were encountered: