Closed
Description
I use TW5-TiddlyMap as part of my TiddlyRoam project. (In fact, it pretty much is one half of the project!)
Unfortunately, we are having an issue with 'Edit Node' which brings about a javascript error jokroese/tiddlyroam#11.
Clicking "Edit Node" while looking at the Chrome developer window shows the more detailed error message:
_$:/plugins/felixhayashi/vis/vis.js:65_
Invalid type received for "physics". Expected: boolean. Received [object] "[object Object]"
Problem value found at:
options = {
nodes: {
physics
}
}
_$:/plugins/felixhayashi/vis/vis.js:86_
Errors have been found in the supplied options object.
_tiddlyroam_test.html:12808_
Uncaught TypeError: Cannot read property 'forEach' of null
$tw.utils.error | @ | tiddlyroam_test.html:12808
window.onerror | @ | tiddlyroam_test.html:12835
window.onerror | @ | $:/plugins/felixhayashi/vis/vis.js:30
Are you able to see what might be the problem?
Activity