Skip to content

Commit

Permalink
Update ember.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jun 25, 2023
1 parent 740409e commit 54f9ea7
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.)
Prior to [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 54f9ea7

Please sign in to comment.