TTsf
TTsf
> We're experiencing this issue because we're executing our render code in a Node VM, which means we actually have multiple Object globals in memory and the `toString` equality check...
```js Number.prototype.add = function(num) { return this + num; }; Number.prototype.minus = function(num) { return this - num; } ```
> Sorry, but I cannot reproduce the issue with > > ```js > const { NodeVM } = require('vm2'); > > const sandbox = { > __globalDependencies: [] > }...
@XmiliaH sorry, the content of `safeScript` is private so that can't to display in here, and the safeScript is a umd type javascript content