We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccd21e commit 20917bbCopy full SHA for 20917bb
README.md
@@ -28,7 +28,7 @@ console.log(machine.state)
28
// => 'green'
29
```
30
31
-## Hierarchical (to be implemented)
+## Hierarchical
32
Let's implement a traffic light that flashes red whenever there's a power
33
outage. Instead of adding a `powerOutage` event to each normal state, we
34
introduce a hierarchy which allows any normal state to emit the `powerOutage`
0 commit comments