We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now calling addEdge multiple times with same data causes edge to be duplicated.
addEdge
The text was updated successfully, but these errors were encountered:
@bergie Silently ignoring this case might hide bugs in API consumer. So I think it should error...
Sorry, something went wrong.
Right now that would mean throwing. Or should we do major bump and make everything do Promises?
No branches or pull requests
Now calling
addEdge
multiple times with same data causes edge to be duplicated.The text was updated successfully, but these errors were encountered: