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
This issue is created to analyse whether SearchBar component can be fully uncontrolled. Right now, its state variable currentValue is initialised based on the prop queryString which is controlled by the component's parent (<SearchBarUncontrolled>).
queryString is a prop currently connected by Redux to the store's state state.query.queryString
The current implementation is updating the component's internal state rather than the redux one.
This issue is created to analyse whether
SearchBar
component can be fully uncontrolled. Right now, its state variablecurrentValue
is initialised based on the propqueryString
which is controlled by the component's parent (<SearchBarUncontrolled>
).queryString
is a prop currently connected by Redux to the store's statestate.query.queryString
The current implementation is updating the component's internal state rather than the redux one.
react-searchkit/src/lib/components/SearchBar/index.js
Lines 17 to 20 in 9274d99
The text was updated successfully, but these errors were encountered: