Skip to content

Commit 16d1fbc

Browse files
committed
chore: Improvements to Changelog Wording for v0.9.0
1 parent 4b166f7 commit 16d1fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please see the [documentation](./docs/form-validity-observer/README.md) for more
2020
#### Breaking Changes
2121

2222
- Arrays are no longer supported for the `FormValidityObserver`'s `type` constructor argument.
23-
- The `useFormValidityObserver` React hook has been removed because it isn't genuinely useful. (**React only**)
23+
- The `useFormValidityObserver` React hook has been removed because it isn't genuinely useful. The new recommendation is to replace all calls to `useFormValidityObserver` with [memoized](https://react.dev/reference/react/useMemo) calls to `createFormValidityObserver`. (**React only**)
2424

2525
If you'd like to understand why these breaking changes were made, please see the [Design Decisions](./docs/extras/design-decisions.md) document.
2626

0 commit comments

Comments
 (0)