Hi everyone,
Currently I'm using Syncfusion trial to research this library, I'm using Accordion to create a side menu for my project. It works fine on my local machine but has the problem when deploying to the server, the "expanded" attribute does not work when I clear the cache, it will expand as default when I reload the page.
I look at the DOM when I clear cache it not add expand class (even I put the expanded property) at first, when I reload the page the class expand added as normal
This is the simple demo for what I created in my project:
https://stackblitz.com/edit/react-ts-rdxnvr?file=App.tsx