Closed Daniel-Raz-Supersmart closed 2 years ago
Hi @Daniel-Raz-Supersmart Thanks for using our product, and helping us to make it better, we will take care of that issue on our next update for Argon Dashboard PRO React.
All the best Sajad
Thanks, Where can I see if and when updates have been made?
Hi @Daniel-Raz-Supersmart
We will do a new release on github and it will remind you that a new release is happened.
All the best Sajad
Great, Thanks!
Hi @Daniel-Raz-Supersmart
We will do a new release on github and it will remind you that a new release is happened.
All the best Sajad
Hi, Is there an expected release of the update?
Hi there
As you know its the end of the year and people are in vacation but the release will probably happened on February.
Hi again, February it's late for us, maybe you can point me where the problem is and how can I solve it?
Issue still exists @sajadevo
Do we have an expected date for this issue to be solved ?? its being 4ever
@krystian-booker @sajadevo The issue is that setState basically replace the entire state of the component.
This would make the trick and if you want it to only work for multilevel just wrap the code with an if 4 example if state === 'multiCollapse' setState((prevState) => { return { ...prevState, ...st }; });
Version
1.2.1
Reproduction link
https://demos.creative-tim.com/argon-dashboard-pro-react/#/admin/dashboard
Operating System
Windows 10
Device
Desktop PC
Browser & Version
Google Chrome
Steps to reproduce
What is expected?
multi-level menu works
What is actually happening?
not opening
Solution
Additional comments