Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. onSearch = e => {
  2. const { search } = this.state;
  3. const queryResult = search.search(e);
  4. this.setState({ searchQuery: e, searchResults: queryResult });
  5. };
  6.  
  7. onChange = e => {
  8. navigate(e);
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement