-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
I Have that issue in log:
WARN .../dioxus-signals-0.5.7/src/signal.rs:570
Write on signal .../dioxus-hooks-0.5.6/src/use_coroutine.rs:89:31 happened while a component was running.
Writing to signals during a render can cause infinite rerenders when you read the same signal in the component.
Consider writing to the signal in an effect, future, or event handler if possible.
There is no (direct) use_coroutine in the component
Reactions are currently unavailable