Skip to content

Commit

Permalink
Update docs/recipes/ember.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Khourshid <[email protected]>
  • Loading branch information
NullVoxPopuli and davidkpiano authored Jun 25, 2023
1 parent 54f9ea7 commit d92a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ember.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class extends Component {
</this.CustomMachine>
```

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)
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 d92a906

Please sign in to comment.