I am running into a problem where when we close the panel by clicking on a close button but it seems to freeze the entire application versus when I close it from the backdrop it seems to work. There is nothing different between the two I have linked the code for the closing the panel using a button below.
<Link panelClose className='float-right'>
<div className='item_details_panel_close_button padding margin'>
<Icon className='light' size="3vw" ios="material:close" md="material:close"></Icon>
</div>
</Link>
Any help would be appreciated.