Skip to content

Commit 36a7ebc

Browse files
committed
Update import
1 parent 37cbab5 commit 36a7ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createInspector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Inspector } from './types';
1010
import { AnyActorRef, InspectionEvent, Snapshot } from 'xstate';
1111
import pkg from '../package.json';
1212
import { idleCallback } from './idleCallback';
13-
import safeStringify from 'fast-safe-stringify';
13+
import safeStringify from 'safe-stable-stringify';
1414

1515
function getRoot(actorRef: AnyActorRef) {
1616
let marker: AnyActorRef | undefined = actorRef;

0 commit comments

Comments
 (0)