执行以下代码行时浏览器会发疯:
MATCH (n) WHERE ID(n) = 22481941 CALL apoc.path.subgraphAll(n,{maxLevel:1}) YIELD nodes, relationships RETURN relationships,nodes
错误如下:
出了点问题:“ TypeError:无法读取未定义的属性'toString'”,应用程序无法恢复。
当我检查浏览器时,控制台说:
TypeError: Cannot read property 'toString' of undefined
at main.chunkhash.bundle.js:1
at Array.filter (<anonymous>)
at main.chunkhash.bundle.js:1
at Array.filter (<anonymous>)
at Object._ (main.chunkhash.bundle.js:1)
at Object.extractNodesAndRelationshipsFromRecordsForOldVis (main.chunkhash.bundle.js:1)
at e.value (main.chunkhash.bundle.js:1)
at e.value (main.chunkhash.bundle.js:1)
at Ll (vendors~main.chunkhash.bundle.js:61)
at Il (vendors~main.chunkhash.bundle.js:61)