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
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