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
When creating an actor with a snapshot (createActor, restoring a persistent state), it requires an Input. Input shouldn't be necessary when creating an actor from a snapshot.
(Bug) Expected result:
Create an actor from a snapshot (without needing an input).
(Bug) Actual result:
Input is required when creating an actor from a snapshot. It will result in an error if no input is provided.
(Bug) Potential fix:
Make Input required only if a snapshot isn't provided for createActor.
The text was updated successfully, but these errors were encountered:
Bug or feature request?
Bug
Description:
When creating an actor with a snapshot (
createActor
, restoring a persistent state), it requires anInput
. Input shouldn't be necessary when creating an actor from asnapshot
.(Bug) Expected result:
Create an actor from a snapshot (without needing an input).
(Bug) Actual result:
Input is required when creating an actor from a snapshot. It will result in an error if no input is provided.
(Bug) Potential fix:
Make Input required only if a snapshot isn't provided for
createActor
.The text was updated successfully, but these errors were encountered: