kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

The Popup component shows the preceding screen prior to its closure. #1936

Open Huongg opened 3 weeks ago

Huongg commented 3 weeks ago

Description

When you close the popup component, specifically in shareable url view, it will show the previous screen before it closes

https://github.com/kedro-org/kedro-viz/assets/32060364/b898f8cd-c5db-4b62-b43c-aaefb4f49111

Steps to Reproduce

  1. Click on shareable viz button
  2. Published something
  3. The re-open the shareable viz popup
  4. If it shows the hosted version, click re-publish
  5. Once it's in the republish popup, click cancel or click outside to close the component

Expected Result

The popup modal should close immediately

Actual Result

The popup modal shows the previous page before it disappear

Checklist