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
Argument 2 to "get_children_as_scxml" has incompatible type "Tuple[Union[Type[ScxmlBase], Type[str]], ...]"; expected "Iterable[Type[ScxmlBase]]" [arg-type]
Argument "on_entry" to "ScxmlState" has incompatible type "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]"; expected "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]" [arg-type]
Argument "on_exit" to "ScxmlState" has incompatible type "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]"; expected "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]" [arg-type]
Consider explicitly re-raising using 'except Exception as exc' and 'raise RuntimeError(f"Failed to interpret JS expression: 'result = {expr}'. {msg_addition}") from exc'