DEV Community

Discussion on: Debouncing with React Hooks

Collapse
 
alaindet profile image
Alain D'Ettorre

You've got a missing = here

const queryString `apikey=${apiKey}&titleStartsWith=${search}`;