I am using jit, in particular the hypertree component, I make the graph and if I push in the .adjacencies array of a node a node id which is a javascript String object then I get
An invalid or illegal string was specified" code: "12
[Break on this error] ctx.arc(pos.x, pos.y, radius, 0, Math.PI * 2, true);
I consider this to be inconclusive as an error message.
If instead , I push in the .adjacencies array of a node .valueOf() that String object, IOW the primitive string the problem is fixed.
Maybe you can include this quick fix in the error message.
Hi,
I am using jit, in particular the hypertree component, I make the graph and if I push in the .adjacencies array of a node a node id which is a javascript String object then I get
I consider this to be inconclusive as an error message. If instead , I push in the .adjacencies array of a node .valueOf() that String object, IOW the primitive string the problem is fixed. Maybe you can include this quick fix in the error message.
Thanks