v29.20.1
Patch Changes
-
Use JSDoc comments to flag deprecated components (#860)
You will now receive in-editor warnings and migration guidance when using deprecated components.
-
Autosuggest: Fix bug where async suggestions may not be visible (#862)
This fixes a bug where suggestions wouldn't become visible if the
suggestionsprop was initially empty and then populated asynchronously, only becoming visible on the next user interaction, e.g. typing in the field.