Closed davidkpiano closed 3 months ago
Latest commit: 3059beb079cc15246f84971b4f5cdfa7fdb42738
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The internal types for
StateMachine<...>
have been improved so that all type params are required, to prevent errors when using the types. This fixes weird issues like #5008.