I am experiencing difficulty maintaining the state of an open and closed menu. I am using DaisyUI and TailwindCSS. In the Astro <script> tag, I am receiving a toggle event. However, I am unable to manage the state of isOpen without refreshing the entire page. How can I achieve this?
I have attached a TypeScript file containing the code.
FYI: I'm using Astro + Svelte