We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
matchesState
1 parent a495485 commit 3ca172bCopy full SHA for 3ca172b
tests/dummy/app/templates/docs/statecharts.md
@@ -519,8 +519,8 @@ export default class MyComponent extends Component {
519
</button>
520
```
521
522
-You can pass a [`StateValue`](https://xstate.js.org/api/globals.html#statevalue) or
523
-an array of `StateValue`s to `matchesState`. This means you can also match
+You can pass a [`StateValue`](https://xstate.js.org/api/globals.html#statevalue)
+to `matchesState`. This means you can also match
524
against nested or [parallel](https://xstate.js.org/docs/guides/parallel.html)
525
states:
526
0 commit comments