Refactor next part, updated Form to the new Composer

This commit is contained in:
Samuel Andert
2023-08-07 09:05:51 +02:00
parent 28b55dee79
commit 25f214612e
16 changed files with 211 additions and 484 deletions

@ -64,8 +64,6 @@
}
);
const machineService = interpret(machine).onTransition((state) => {
console.log(`${composer.id} State transitioned to: ${state.value}`);
console.log('Context:', state.context); // Log the context
getComposerStore(composer.id).update((storeValue) => ({
...storeValue,
state: state.value,