Skip to content

Commit aaf9b44

Browse files
committed
Why are these warnings when they cause the build to fail?
1 parent 8547cf9 commit aaf9b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cheatsheet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ actor.send({ type: 'inc' });
133133
// logs { count: 2 }
134134
```
135135

136-
[Read more about transition actors](actors.mdx#transition-actors).
136+
[Read more about transition actors](actors.mdx#transition-function-actors).
137137

138138
## Creating observable logic
139139

docs/invoke.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The actor snapshot is the latest emitted value from the actor. It can be read fr
152152
- [Promises](actors.mdx#promise-actor-logic)
153153
- [Machines](machines.mdx)
154154
- [Observables](actors.mdx#observable-actors)
155-
- [Transition functions](actors.mdx#transition-actors)
155+
- [Transition functions](actors.mdx#transition-function-actors)
156156
- [Callbacks](actors.mdx#callback-actors)
157157

158158
## TypeScript

0 commit comments

Comments
 (0)