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

General bug fixes on Fresco interviewer #62

Merged
merged 11 commits into from
Feb 5, 2024
Merged

General bug fixes on Fresco interviewer #62

merged 11 commits into from
Feb 5, 2024

Conversation

mrkarimoff
Copy link
Collaborator

@mrkarimoff mrkarimoff commented Jan 29, 2024

This PR intends to provide the following fixes:

  1. "BUG: prompt is undefined on stage 18" (the prompt is being undefined on the Sociogram when animating to the next stage)

The fix:

  • added conditional destructuring of the prompt and assigned an empty string to layoutVariable in case the prompt is undefined
  1. Nodes not being rendered on Sociogram when allowAutomaticLayout is enabled

The fix:

  • removed listener from initialize function's useCallback dependency (not sure why it solved it)

Copy link

vercel bot commented Jan 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fresco ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 9:04am

@jthrilly jthrilly marked this pull request as ready for review February 5, 2024 09:01
@jthrilly jthrilly merged commit 570c234 into main Feb 5, 2024
5 checks passed
@jthrilly jthrilly deleted the general-bug-fixes branch March 28, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants