-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
On click hamburger menu in mobile view use to keep auto refreshing
changing this code helped me.
const clickHandle = event => { event.preventDefault() setShowMediaIcons(!showMediaIcons) console.log('You clicked the button')
<div className="hamburger-menu"> <a href="/" onClick={clickHandle}> <GiHamburgerMenu /> </a>
Metadata
Metadata
Assignees
Labels
No labels