Skip to content

Commit

Permalink
mention the change in the migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
silviuaavram committed Aug 1, 2023
1 parent d79f850 commit 426cbed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/MIGRATION_V8.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Previously, the return value from the getter props returned by both Downshift
and the hooks was `any`. In v8 we improved the types in order to reflect what is
actually returned: the default values return by the getter prop function and
whatever else the user passes as arguments. The type changes are done in
[this PR](https://github.com/downshift-js/downshift/pull/1482), make sure you
[this PR](https://github.com/downshift-js/downshift/pull/1482) and the
[8.0.1 PR](https://github.com/downshift-js/downshift/pull/1524), make sure you
adapt your TS code, if applicable.

Also, in the `Downshift` component, the return values for some getter prop
Expand Down

0 comments on commit 426cbed

Please # to comment.