-
Notifications
You must be signed in to change notification settings - Fork 149
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
Weird casuality loop detection #516
Comments
Here is the profiling result.
|
I found that this issue is related to It seems that |
Here I made a reproducible.
https://github.com/bglgwyng/reflex-casuality-loop-report
The network description reads as follows.
You don't need to understand the following code. This is the result of the removal of domain-specific code from my project.
I don't think there is any causality loop. The usage of
mergeMapIncremental
and toggling of evaluation ofd2
inDynamic
monad is crucial to reproduce the causality loop.Does anyone have an idea why this code is reported to include a loop?
The text was updated successfully, but these errors were encountered: