useState

inline fun <T : S, S : MVIState> StateReceiver<S>.useState(crossinline transform: T.() -> S)

Deprecated

renamed to updateStateImmediate()

Replace with

updateStateImmediate(block)