Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hamburger menu error #3

Open
cosmicknox opened this issue Jul 26, 2022 · 0 comments
Open

Hamburger menu error #3

cosmicknox opened this issue Jul 26, 2022 · 0 comments

Comments

@cosmicknox
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant