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
feat: propagate constructor kwargs to initial state callbacks (#572)
Forward **kwargs from StateChart.__init__() through the engine's initial
event (TriggerData), making them available to on_enter_<initial_state>,
invoke handlers, and other initial-entry callbacks via dependency injection.
This enables self-contained machines to receive context at creation time,
e.g. `MyMachine(url="...", config=config)`.
0 commit comments