creativetimofficial / ct-argon-dashboard-pro-react

12 stars 7 forks source link

[Bug] Multi level menu not working #47

Closed Daniel-Raz-Supersmart closed 2 years ago

Daniel-Raz-Supersmart commented 3 years ago

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

  1. open demo dashboard
  2. navigate to Components on side-nav
  3. click on multi level

    What is expected?

    multi-level menu works

    What is actually happening?

    not opening


Solution

Additional comments

sajadevo commented 3 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

Daniel-Raz-Supersmart commented 2 years ago

Thanks, Where can I see if and when updates have been made?

sajadevo commented 2 years ago

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

Daniel-Raz-Supersmart commented 2 years ago

Great, Thanks!

Daniel-Raz-Supersmart commented 2 years ago

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?

sajadevo commented 2 years ago

Hi there

As you know its the end of the year and people are in vacation but the release will probably happened on February.

Daniel-Raz-Supersmart commented 2 years ago

Hi again, February it's late for us, maybe you can point me where the problem is and how can I solve it?

krystian-booker commented 1 year ago

Issue still exists @sajadevo

ldgonzalez26 commented 7 months ago

Do we have an expected date for this issue to be solved ?? its being 4ever

ldgonzalez26 commented 7 months ago

@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 }; });