Closed davidkpiano closed 3 months ago
Latest commit: e6fbcb9d04a9b853162bef2cdd0fb93a9d4effe0
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
Fix an issue where
clearTimeout(undefined)
was sometimes being called, which can cause errors for some clock implementations. See https://github.com/statelyai/xstate/issues/5001 for details.