You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16.4 fixed a bug around getDerivedStateFromProps where that function is now called after a component's own setState, which is interrupting the search bar's flow to notify the controlling parent of a change.
@bevacqua also discovered that a controlled search bar blows up if provided an invalid query.
You can verify with the docs as we just have with @chandlerprall
The text was updated successfully, but these errors were encountered: