_.template
I was trying to use the Lodash templating feature in an action, but it's erring out with
Uncaught EvalError: Code generation from strings disallowed for this context
Any known work arounds?
https://docs-lodash.com/v4/template/1 Reply
Looks like the
"use node";
directive fixed it