From 54f9ea74f0ab95f34e3cf340627014fb30b8211e Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:05:29 -0400 Subject: [PATCH] Update ember.md --- 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..74bec5f15f 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.) +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