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
Fixed the reactivity issue in prefect-ui-library's FlowRunTimeline component in #1393 but that revealed an issue within the timeline itself where its unable to remove nodes. Closing that PR for now until we can address this more holistically.
Steps to reproduce:
Result:
The graph state is stuck rendering the parent flow run.
If you refresh on this page, you'll see the graph render with just the sub flow run nodes.
Expected:
The graph should rerender to show the same state shown on a fresh load.
The text was updated successfully, but these errors were encountered: