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

Undefined variable in 'expandCollapseUtilities.js' #133

Closed
bensonnw opened this issue Feb 7, 2022 · 1 comment
Closed

Undefined variable in 'expandCollapseUtilities.js' #133

bensonnw opened this issue Feb 7, 2022 · 1 comment
Assignees

Comments

@bensonnw
Copy link

bensonnw commented Feb 7, 2022

Go to line 745 of the file,

edgesTypeField = options.edgeTypeInfo instanceof Function ? edgeTypeField : options.edgeTypeInfo;, the variable edgeTypeField after the question mark is undefined, it should be edgesTypeField

There is a runtime error whenever using option with edgeTypeInfo

hasanbalci added a commit that referenced this issue Feb 8, 2022

Verified

This commit was signed with the committer’s verified signature.
heifner Kevin Heifner
@hasanbalci
Copy link
Contributor

@bensonnw Thanks for noticing us. The bug is fixed in the unstable branch and will be available in the master branch with the next release.

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

2 participants