Closed messense closed 1 year ago
Ah I see, it seems like since the closure isn't run inside an effect, I can't really use tracking here.
I think everything in the callback needs to just use _untracked
methods. I'll try to fix this and make a release asap.
For now, it should be safe to ignore.
In Chrome console:
https://github.com/tqwewe/leptos_server_signal/blob/8609c7a1165532185b69e35632785f8c2319f3ee/src/lib.rs#L141
https://github.com/tqwewe/leptos_server_signal/blob/8609c7a1165532185b69e35632785f8c2319f3ee/src/lib.rs#L127