From a24b60b4a02f3296058f7fd850a4494d35763749 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 25 Jun 2023 18:31:36 -0400 Subject: [PATCH] Update ember.md (#4100) * Update ember.md * Update docs/recipes/ember.md Co-authored-by: David Khourshid * Update docs/recipes/ember.md Co-authored-by: David Khourshid --------- Co-authored-by: David Khourshid --- docs/recipes/ember.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/recipes/ember.md b/docs/recipes/ember.md index 7302da5d97..5d20ad7f81 100644 --- a/docs/recipes/ember.md +++ b/docs/recipes/ember.md @@ -143,9 +143,8 @@ export default class extends Component { ``` -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