basir / next-amazona

next-amazona.vercel.app
289 stars 226 forks source link

BackdropClick Error #16

Open robyyo opened 2 years ago

robyyo commented 2 years ago

Currently when a user opens the login menu and clicks anywhere outside the menu they are redirected to '..../backdropClick' which does not exist.

image

This is happening in the demo site as well

robyyo commented 2 years ago

I solved this for me in the following code on the Layout component:

`<Menu id="simple-menu" anchorEl={anchorEl} keepMounted open={Boolean(anchorEl)} onClose={() => setAnchorEl(null)}

`