You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A closeable sidebar shows on small screens. With alpinejs the sidebar can be closed. After that state the user remains with:
The sidebar <div> remains as overlay so you can't interact with any clickable elements
The menu logo to expand the sidebar is outside the <div> where the alpinejs object is created, so an error is thrown ReferenceError: isOpen is not defined
As a result, a user can close the sidebar but cannot open it again
The text was updated successfully, but these errors were encountered:
A closeable sidebar shows on small screens. With alpinejs the sidebar can be closed. After that state the user remains with:
<div>
remains as overlay so you can't interact with any clickable elements<div>
where the alpinejs object is created, so an error is thrownReferenceError: isOpen is not defined
As a result, a user can close the sidebar but cannot open it again
The text was updated successfully, but these errors were encountered: