Ver Fonte

flush sync in global memo

Jonathan Kelley há 1 ano atrás
pai
commit
e8182b105e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/signals/src/signal.rs

+ 1 - 1
packages/signals/src/signal.rs

@@ -5,7 +5,7 @@ use crate::{
 };
 use dioxus_core::{
     prelude::{
-        current_scope_id, has_context, provide_context, schedule_update_any, spawn,
+        current_scope_id, flush_sync, has_context, provide_context, schedule_update_any, spawn,
         IntoAttributeValue,
     },
     ScopeId,