Skip to content

Commit

Permalink
Update MIGRATION-GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: lenasano <[email protected]>
  • Loading branch information
EmilianoSanchez and lenasano authored Feb 2, 2024
1 parent f0b6978 commit fb36783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fb36783

Please sign in to comment.