Outdated error message
lynnkale opened this issue · 1 comments
lynnkale commented
I tried to create a state machine without enabling undo, and then attempted to undo. I got the following (very helpful!) error message:
"... createStateMachine(isUndoEnabled = true) argument to enable it ..."
However the actual parameter is enableUndo
not isUndoEnabled
. This message should be updated to reflect the variable name.