Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Jan 27, 2024
1 parent 37cbab5 commit 36a7ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createInspector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Inspector } from './types';
import { AnyActorRef, InspectionEvent, Snapshot } from 'xstate';
import pkg from '../package.json';
import { idleCallback } from './idleCallback';
import safeStringify from 'fast-safe-stringify';
import safeStringify from 'safe-stable-stringify';

function getRoot(actorRef: AnyActorRef) {
let marker: AnyActorRef | undefined = actorRef;
Expand Down

0 comments on commit 36a7ebc

Please sign in to comment.