We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cbab5 commit 36a7ebcCopy full SHA for 36a7ebc
src/createInspector.ts
@@ -10,7 +10,7 @@ import { Inspector } from './types';
10
import { AnyActorRef, InspectionEvent, Snapshot } from 'xstate';
11
import pkg from '../package.json';
12
import { idleCallback } from './idleCallback';
13
-import safeStringify from 'fast-safe-stringify';
+import safeStringify from 'safe-stable-stringify';
14
15
function getRoot(actorRef: AnyActorRef) {
16
let marker: AnyActorRef | undefined = actorRef;
0 commit comments