From 395636caa7a9ccbc61fb73cf637b66a05f687b73 Mon Sep 17 00:00:00 2001 From: Noel C Date: Wed, 18 Oct 2017 20:03:53 -0400 Subject: [PATCH] Update higher-order-components.md --- content/docs/higher-order-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/higher-order-components.md b/content/docs/higher-order-components.md index d5d2a7781..f4e29455f 100644 --- a/content/docs/higher-order-components.md +++ b/content/docs/higher-order-components.md @@ -420,4 +420,4 @@ const EnhancedField = enhance(Field); this.inputEl.focus(); ``` -This is not a perfect solution by any means. We prefer that refs remain a library concern, rather than require you to manually handle them. We are exploring ways to solve this problem so that using an HOC is unobservable. +This is not a perfect solution by any means. We prefer that refs remain a library concern, rather than require you to manually handle them. We are exploring ways to solve this problem so that using a HOC is unobservable.