Skip to content

Commit 297ac09

Browse files
authored
Update migration.mdx
1 parent 08c5bfa commit 297ac09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ const machine = createMachine({
498498
</TabItem>
499499
</Tabs>
500500

501-
**Pre-migration tip:** Update v4 projects to include a `params` object on [event objects](#actorsend-no-longer-accepts-string-types) passed to `.send()`.
501+
**Pre-migration tip:** Update action and guard objects on v4 projects to move properties (other than `type`) to a `params` object.
502502

503503
### Use wildcard `*` transitions, not strict mode
504504

0 commit comments

Comments
 (0)