Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Nov 12, 2021
1 parent 115d77e commit 0b49437
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/lucky-bikes-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'xstate': major
---

Parameterized actions now require a `params` property:

```diff
// ...
entry: [
{
type: 'greet',
- message: 'Hello'
+ params: { message: 'Hello' }
}
]
// ...
```

0 comments on commit 0b49437

Please sign in to comment.