The use of an unknown context store in a function node generates a warning (should it be an error?) which does not indicate the node where the error exists. For example, in a Function node, the line
let x = context.get("x","31")
Shows

So it can be difficult to determine where the fault lies.
If it is not difficult to improve this then I suggest that would be worth doing. Should I raise an issue?