ReactExpressionRenderer
does not support custom ExpressionsService
#59744
Labels
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
There should be a way that the
ReactExpressionRenderer
can use a forked version of theExpressionsService
. Currently you cannot use the component with a fork. This is blocking #58333.I think either the react component should accept an
ExpressionsService
as a property, or theExpressionsService
itself should have a property, for an already preboundReactExpressionRenderer
.Parent issue: #46909
The text was updated successfully, but these errors were encountered: