Skip to content

Commit

Permalink
Update ember.md (#4100)
Browse files Browse the repository at this point in the history
* Update ember.md

* Update docs/recipes/ember.md

Co-authored-by: David Khourshid <[email protected]>

* Update docs/recipes/ember.md

Co-authored-by: David Khourshid <[email protected]>

---------

Co-authored-by: David Khourshid <[email protected]>
  • Loading branch information
NullVoxPopuli and davidkpiano authored Jun 25, 2023
1 parent 740409e commit a24b60b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/recipes/ember.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ export default class extends Component {
</this.CustomMachine>
```

It is recommended to also have [ember-could-get-used-to-this](https://github.com/pzuraq/ember-could-get-used-to-this/)
installed so that you can use `state.matches` and other xstate-provided APIs from the template (at least until the
[Default Helper Manager](https://github.com/emberjs/rfcs/pull/756) RFC lands and is implemented.)
If using Ember versions older than [Ember 4.5](https://blog.emberjs.com/ember-4-5-released), it is recommended to also have the [plain functions polyfill](https://github.com/ember-polyfills/ember-functions-as-helper-polyfill)
installed so that you can use `state.matches(...)` and other XState-provided APIs from the template.

## Custom integration

Expand Down

0 comments on commit a24b60b

Please sign in to comment.