Skip to content

Commit

Permalink
πŸ”Š (poc): Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Jun 3, 2024
1 parent 5ad74ee commit f0a1d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocs/xstate-study/app/Machine.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use client";
import { useEffect, memo } from "react";
import { memo } from "react";
import makeOpenAppMachine from "./openAppStateMachine";
import { createActor } from "xstate";
import { createBrowserInspector } from "@statelyai/inspect";
Expand All @@ -10,7 +10,7 @@ const openAppMachine = makeOpenAppMachine();

function Machine() {
const startMachine = () => {
console.log("machine: Hello, world!");
console.log("Creating machine actor");
const openAppMachineActor = createActor(openAppMachine, {
inspect: inspector.inspect,
input: {
Expand Down

0 comments on commit f0a1d22

Please sign in to comment.