Skip to content

Commit

Permalink
Fixed an accidental used reference of xstate types (#5136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Dec 5, 2024
1 parent 9d44c90 commit c051ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-eyes-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xstate/store': patch
---

Fixed an accidental used reference of `xstate` types
4 changes: 2 additions & 2 deletions packages/xstate-store/src/store.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { EventObject } from 'xstate';
import {
Cast,
EnqueueObject,
EventObject,
EventPayloadMap,
ExtractEventsFromPayloadMap,
StoreInspectionEvent,
InteropSubscribable,
Observer,
Recipe,
Store,
StoreAssigner,
StoreCompleteAssigner,
StoreContext,
StoreInspectionEvent,
StorePartialAssigner,
StorePropertyAssigner,
StoreSnapshot
Expand Down

0 comments on commit c051ff7

Please sign in to comment.