From fb367835688a78b6d498742d5ca737f08758269d Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Fri, 2 Feb 2024 17:18:34 -0300 Subject: [PATCH] Update MIGRATION-GUIDE.md Co-authored-by: lenasano <114319916+lenasano@users.noreply.github.com> --- MIGRATION-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION-GUIDE.md b/MIGRATION-GUIDE.md index 1a4af15..7cb805f 100644 --- a/MIGRATION-GUIDE.md +++ b/MIGRATION-GUIDE.md @@ -69,7 +69,7 @@ const MyComponent = () => { } ``` -# Migrating to get React SDK v1.10.0 improvements: Replacing the deprecated `useClient`, `useTreatments`, and `useManager` hooks with the new `useSplitClient`, `useSplitTreatments`, and `useSplitManager` hooks +# Migrating to get React SDK v1.10.0 improvements: Replacing the deprecated `useClient`, `useTreatments`, and `useManager` hooks Starting from React SDK v1.10.0, the `useSplitClient`, `useSplitTreatments`, and `useSplitManager` hooks are available and can replace the older `useClient`, `useTreatments`, and `useManager` hooks respectively. The deprecated hooks will continue working, until they are removed in a future major release.