Open dermotduffy opened 1 year ago
A call to updateOnly on an existing item appears to lose the object prototype associated with the data. This Chrome debugging screenshot should illustrate the issue:
Workaround is to remove then add:
Also you can use just update method. See https://github.com/visjs/vis-data/issues/1014 and https://github.com/visjs/vis-data/issues/1015
A call to updateOnly on an existing item appears to lose the object prototype associated with the data. This Chrome debugging screenshot should illustrate the issue: