Note that it takes the expression itself (reactive) not the output of the expression (expression()), the crosstalk documentation explains it best:
This could be a misunderstanding on my part but I think it it'd be clearer if this was written as
"Note that it takes the expression itself (expression) not the output of the expression (expression()), the crosstalk documentation explains it best:" ...Using the words reactive and expression() makes it seem like two different objects.
If these are in fact two different things then this section is a bit unclear :)
This could be a misunderstanding on my part but I think it it'd be clearer if this was written as
"Note that it takes the expression itself (
expression
) not the output of the expression (expression()
), the crosstalk documentation explains it best:" ...Using the wordsreactive
andexpression()
makes it seem like two different objects.If these are in fact two different things then this section is a bit unclear :)