Open biancode opened 5 years ago
Hi,
I'm sorry, I've been looking for a problem in my lib and found out that your lib is causing the problem.
https://github.com/biancode/node-red-contrib-iiot-opcua/issues/71
require('collections/map') breaks node-red context.global object
It looks like Array.prototype.find has been altered? This is breaking other code as referenced above.
Array.prototype.find
See also issues #36 #70 #94 #95 #116 #139 #145 #162 #165 #169 #178 #182 #185 #197 #215 #220 and PRs #94 #95 #116 #173 #189 #212. Branch v2 fixes these issues by avoiding global object modification.
v2
Hi,
I'm sorry, I've been looking for a problem in my lib and found out that your lib is causing the problem.
https://github.com/biancode/node-red-contrib-iiot-opcua/issues/71
require('collections/map') breaks node-red context.global object