v1.0.0
- [Breaking change] Remove
actorFromReducer
andmachineFromReducer
- [email protected] behaviors handle this 15d53b3 - [Breaking change]
createReactContextHelpers()
now returnsuseActor
instead ofuseService
4355192 - [Breaking change] Move to preconstruct, add multiple entry points d64e451
The most major change is that React
helpers are no longer exported from the root of the package, instead you must import them from xstate-helpers/react
. This change allows you to use xstate-helpers
in projects that do not have react as a dependency.