Closed bitplorer closed 1 year ago
that does seem weird. what is _hello
on line 4?
case 1 is fixed.
case 2 i do not believe should have different behaviour than case 1. if you want a node to be added twice, it should be explicit with .add()
in both places
Thanks !
published 2.8.0
Here is a minimal code
expected context_1 output :
actual context_1 output:
while context_2 actual output is same as expected:
how should context behaviour be changed ?