MOC.ImageOptimizer icon indicating copy to clipboard operation
MOC.ImageOptimizer copied to clipboard

Do not lazy load CompilingEvaluator

Open soee opened this issue 9 months ago • 2 comments

In Neos 9 we have exception thrown due to wrong argument type when caliing Utility::evaluateEelExpression(). The expected type is EelEvaluatorInterface but the unresolved dependency injection is used instead. This commit marks the eelEvaluator propery as not be lazy loaded while injecting.

soee avatar Apr 30 '24 11:04 soee