|
@@ -58,7 +58,6 @@ pub fn use_maybe_sync_memo<R: PartialEq, S: Storage<SignalData<R>>>(
|
|
loop {
|
|
loop {
|
|
// Wait for the dom the be finished with sync work
|
|
// Wait for the dom the be finished with sync work
|
|
flush_sync().await;
|
|
flush_sync().await;
|
|
-
|
|
|
|
rc.changed().await;
|
|
rc.changed().await;
|
|
let new = rc.run_in(|| f());
|
|
let new = rc.run_in(|| f());
|
|
if new != *state.peek() {
|
|
if new != *state.peek() {
|