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
<div className="searchInput">
<input
type="text"
placeholder="Search for a movie or tv show...."
onChange={(e) => setQuery(e.target.value)}
onKeyUp={searchQueryHandler}
/>
<button onClick={() => { navigate(`/search/${query}`) }}>Search</button>
</div>
The button at the end of search bar doesn't seems to working (only works on enter).
The text was updated successfully, but these errors were encountered: