We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onPropsChanged
1 parent 6cb5505 commit 819360fCopy full SHA for 819360f
workflow-core/src/commonMain/kotlin/com/squareup/workflow1/StatefulWorkflow.kt
@@ -800,7 +800,7 @@ public abstract class StatefulWorkflow<
800
* Default implementation does nothing.
801
*
802
* @return the new [StateT]. [render] is then called immediately with this
803
- * value as `renderProps`.
+ * value as `renderState`.
804
*/
805
public open fun onPropsChanged(
806
old: PropsT,
0 commit comments