Closed davidkpiano closed 2 months ago
Latest commit: ee56fe133a91cafdd495312f9847292b79a6eb21
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
Should type changes like this be considered breaking? It does break my build
Should type changes like this be considered breaking? It does break my build
We try to minimize breaking type changes but they are considered minor changes for XState, just like in TS: https://github.com/statelyai/xstate?tab=readme-ov-file#typescript-changes
The
createStoreWithProducer(…)
function now uses the new configuration API:Also, an example directory and simple example was added.