Replies: 1 comment
-
Unfortunately, this whole pipeline wasn't written with async in mind. If you're trying to retrieve a library over the internet, I've hacked it in a PR branch as a blocking XMLHttpRequest. If you're feeling evil, calling this may trigger a re-render... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a timer that I want to run after a 30 seconds that adds a new body.
The console.log() is triggered with the setTimeout function but I won't see the second shape unless I hit evaluate.
Beta Was this translation helpful? Give feedback.
All reactions