File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ public enum class RuntimeConfigOptions {
46
46
* Otherwise return the cached rendering (as there is no way it could have changed).
47
47
*
48
48
* Note however that you must be careful using this because there may be external
49
- * state that your Workflow's draw in and re-render and if that is not explicitly
50
- * tracked within that Workflow's state, then it will not re-render. In this case,
51
- * make sure that the state is tracked within the Workflow's state (even through
52
- * an artificial token) in some way.
49
+ * state that your Workflow draws in and re-renders, and if that is not explicitly
50
+ * tracked within that Workflow's state then the Workflow will not re-render.
51
+ * In this case make sure that the implicit state is tracked within the Workflow's
52
+ * `StateT` in some way, even if only via a hash token .
53
53
*/
54
54
@WorkflowExperimentalRuntime
55
55
PARTIAL_TREE_RENDERING ,
You can’t perform that action at this time.
0 commit comments