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
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
The text was updated successfully, but these errors were encountered:
Go to line 745 of the file,
edgesTypeField = options.edgeTypeInfo instanceof Function ? edgeTypeField : options.edgeTypeInfo;
, the variableedgeTypeField
after the question mark is undefined, it should beedgesTypeField
There is a runtime error whenever using option with
edgeTypeInfo
The text was updated successfully, but these errors were encountered: