We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5577c4f commit dce1fc4Copy full SHA for dce1fc4
1 file changed
client/src/services/tdm-engine.js
@@ -289,7 +289,6 @@ class Engine {
289
// React stil issues a warning, since it doesn't like
290
// dynamically creating functions, but that's what we need.
291
buildFunction(body) {
292
- // eslint-disable-next-line no-new-func
293
return Function('"use strict";' + body);
294
}
295
0 commit comments