From 11cfad777a0ea36261e334f93dea24ebe668e650 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 27 Mar 2024 09:55:20 -0600 Subject: [PATCH] Update hook-flow.js --- src/examples/hook-flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/hook-flow.js b/src/examples/hook-flow.js index e7c28a6..708df75 100644 --- a/src/examples/hook-flow.js +++ b/src/examples/hook-flow.js @@ -4,7 +4,7 @@ // PLEASE NOTE: there was a subtle change in the order of cleanup functions // getting called in React 17: -// https://github.com/kentcdodds/react-hooks/issues/90 +// https://github.com/epicweb-dev/react-hooks/issues/90 import * as React from 'react'