mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
fix(rtk-query): clear button not updating redux state
This commit is contained in:
parent
d34ee05a2e
commit
b4b5a49eee
|
@ -98,6 +98,7 @@ export class QueryForm extends React.PureComponent<
|
||||||
|
|
||||||
if (this.state.searchValue) {
|
if (this.state.searchValue) {
|
||||||
this.setState({ searchValue: '' });
|
this.setState({ searchValue: '' });
|
||||||
|
this.invalidateSearchValueFromProps();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user