You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type parameter PropsT is declared as 'out' but occurs in 'in' position in type WorkflowAction<PropsT, StateT, OutputT>.Updater.() -> Unit. This will become an error in Kotlin 1.9
All of the evenHandler() functions are the same.
Changing the variance in BaseRenderContext then requires changing it in RealRenderContext, but that's the only side effect within Workflow. That change does affect the public API, though.
The text was updated successfully, but these errors were encountered:
When compiling against Kotlin 1.7.x, this code produces warnings:
All of the
evenHandler()
functions are the same.Changing the variance in
BaseRenderContext
then requires changing it inRealRenderContext
, but that's the only side effect within Workflow. That change does affect the public API, though.The text was updated successfully, but these errors were encountered: