Closed cellog closed 4 years ago
Description
the pure action creator appears to be exported from xstate/lib/actions, but contrary to the docs, is not exported from actions when imported this way:
pure
xstate/lib/actions
actions
import { actions } from "xstate"; const { pure } = actions;
Expected Result
pure should exist as documented
Actual Result
can be worked around, but does not import as documented
Reproduction
Additional context
4.9.0
Please try 4.9.1
Description
the
pure
action creator appears to be exported fromxstate/lib/actions
, but contrary to the docs, is not exported fromactions
when imported this way:Expected Result
pure should exist as documented
Actual Result
can be worked around, but does not import as documented
Reproduction
Additional context
4.9.0