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
The problem seems to be that the restate-sdk no longer supports passing in the delay value other than via SendOpts and the xstate library was using the old way of specifying the delay.
The problem seems to be that the restate-sdk no longer supports passing in the delay value other than via
SendOptsand the xstate library was using the old way of specifying the delay.