Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Flowchart does not load for JSON data inputs #840

Closed
studioswong opened this issue May 4, 2022 · 0 comments · Fixed by #843
Closed

Fix: Flowchart does not load for JSON data inputs #840

studioswong opened this issue May 4, 2022 · 0 comments · Fixed by #843
Assignees

Comments

@studioswong
Copy link
Contributor

studioswong commented May 4, 2022

The flowchart does not load properly on first load with JSON data inputs, which is an issue that is uncovered / introduced since the removal of Kedro-UI webfonts .

This is due to the web-worker to render graph nodes not being able to be called and dispatched with initial state initialisation and only on further state changes - this affects Kedro-Viz when loading JSON data inputs as all the data are set within the state during initial state initialisation ( while running Kedro-Viz from a project refreshs the state with the REST API calls and hence does not face this problem.)

This ticket is to fix this to ensure the state updates on initial load.

@studioswong studioswong self-assigned this May 4, 2022
@studioswong studioswong moved this from In Progress to In Review in Kedro-Viz May 5, 2022
@tynandebold tynandebold linked a pull request May 5, 2022 that will close this issue
5 tasks
Repository owner moved this from In Review to Done in Kedro-Viz May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant