Closed carlosrodfern closed 1 week ago
The documentation in several places refers to stopStrategy.condition but the property is actually expression.
stopStrategy.condition
expression
A documentation correction.
I updated all references to stopStrategy.condition in docs (md and code) to be stopStrategy.expression, which is the correct prop.
md
stopStrategy.expression
The documentation in several places refers to
stopStrategy.condition
but the property is actuallyexpression
.Motivation
A documentation correction.
Modifications
I updated all references to
stopStrategy.condition
in docs (md
and code) to bestopStrategy.expression
, which is the correct prop.Verification