Skip to content

"Edit Node" brings Internal JavaScript Error #347

Closed
@jokroese

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.

Screenshot 2020-05-09 at 10 09 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething that should work is not working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions