Rishabh Gupta
Rishabh Gupta
### Description This pull request adds a new navbar component with integrated search functionality, as discussed in issue #462. ### Screenshots ### Related Issue Fixes #462 ### Checklist - [x]...
I'd like to propose and work on a new component: a **navbar** with integrated search. Here is the **image preview**:
## What? See https://github.com/WordPress/gutenberg/issues/22890 This PR refactors the `withGlobalEvents` higher-order component (HOC) from a class-based implementation to a functional component using React hooks. ## Why? Class-based components are no longer...