We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After PR got merged we get into an infinite loop in Ordino the setExtenralConfig is called continuously with the same props I was able to fix this by having a local useState https://github.com/datavisyn/reprovisyn/blob/6f31c51f354238ac95da40a54c9004d3d29f8d76/src/views/VisVisynView.tsx#L80 but that is not correct and causes another bug
setExtenralConfig
useState
Should not cause an infinite loop
Thanks for taking the time to fill out this bug report 🤗 Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered:
What exactly is causing the infinite loop? Can you add an example/branch in visyn_core that reproduces it in the visyn_core demo app?
Sorry, something went wrong.
puehringer
dvmoritzschoefl
No branches or pull requests
Environment
Steps to reproduce the bug
Observed Behavior
After PR got merged we get into an infinite loop in Ordino the
setExtenralConfig
is called continuously with the same propsI was able to fix this by having a local
useState
https://github.com/datavisyn/reprovisyn/blob/6f31c51f354238ac95da40a54c9004d3d29f8d76/src/views/VisVisynView.tsx#L80but that is not correct and causes another bug
Expected Behavior
Should not cause an infinite loop
Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered: