Skip to content

Commit 3d6b928

Browse files
committed
Temporarily remove functionality since spawn_in_scope hasn't been merged
DioxusLabs/dioxus#4394
1 parent 806a6e8 commit 3d6b928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ossa-dioxus/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub use dioxus;
22
use dioxus::hooks::use_context;
3-
use dioxus::prelude::{ScopeId, Task, current_scope_id, spawn_in_scope, use_hook};
3+
use dioxus::prelude::{ScopeId, Task, current_scope_id, use_hook};
44
use dioxus::signals::{Readable as _, Signal, Writable as _};
55
pub use dioxus_desktop;
66
use tracing::debug;
@@ -129,6 +129,7 @@ where
129129
}
130130
}
131131

132+
/*
132133
pub fn use_store<
133134
OT: OssaType + 'static,
134135
T: CRDT<Time = OT::Time, Op: ConcretizeTime<<OT::ECGHeader as ECGHeader>::HeaderId>>,
@@ -215,6 +216,7 @@ where
215216
let caller = std::panic::Location::caller();
216217
new_store_helper(&ossa, scope, caller, build_store_handle)
217218
}
219+
*/
218220

219221
pub struct OperationBuilder<
220222
OT: OssaType,

0 commit comments

Comments
 (0)