Javascript – Why does the onKeyUp event return undefined in this React 18 search box?
I have been working on an SPA with React 18 and The Movie Database (TMDB) API. I am currently working on a search functionality. In the Searchbox.jsx component I have: import { ReactComponent as Magnifier } from '../../icons/magnifier.svg'; import {…