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
In the given repo. after running npm install and npm start, in app.js MyTabs works as expected, each tab has its own dialog popup ( activate by clicking button ). By switching to the Configuration component ( that is currently commented out ) this replicates current behavior in the app. Navigate to tab 3, click the button, no dialog here. Navigate to the first tab and will see dialog for tab 3 here on tab 1.
What is expected?
Dialog to display on current tab
What is actually happening?
Dialog displays on first tab
Solution
Additional comments
In package.json:
"name": "material-dashboard-pro-react",
"version": "1.9.0",
The text was updated successfully, but these errors were encountered:
bradtracy
changed the title
[Bug] Alert dialog used on NavPills component displays on out of view tab
[Bug] Alert dialog used on NavPills component displays on out of view
Oct 19, 2022
Version
1.9.0
Reproduction link
https://github.com/bradtracy/dashboard-pro-bug
Operating System
mac
Device
macbook pro m1
Browser & Version
chrome v105
Steps to reproduce
In the given repo. after running npm install and npm start, in app.js MyTabs works as expected, each tab has its own dialog popup ( activate by clicking button ). By switching to the Configuration component ( that is currently commented out ) this replicates current behavior in the app. Navigate to tab 3, click the button, no dialog here. Navigate to the first tab and will see dialog for tab 3 here on tab 1.
What is expected?
Dialog to display on current tab
What is actually happening?
Dialog displays on first tab
Solution
Additional comments
In package.json:
"name": "material-dashboard-pro-react",
"version": "1.9.0",
The text was updated successfully, but these errors were encountered: