You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
94 | let t = Action::new_unsync(move |()| async move {
| _________^___-
95 | | todo!();
96 | | });
| |______- type must be known at this point
|
= note: multiple `impl`s satisfying `_: leptos::prelude::Storage<ArcAction<(), ()>>` found in the `reactive_graph` crate:
- impl<T> leptos::prelude::Storage<T> for LocalStorage
where T: 'static;
- impl<T> leptos::prelude::Storage<T> for SyncStorage
where T: std::marker::Send, T: std::marker::Sync, T: 'static;
note: required by a bound in `leptos::prelude::Action::<I, O, S>::new_unsync`
--> reactive_graph-0.1.0\src\actions\action.rs:966:8
|
966 | S: Storage<ArcAction<I, O>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Action::<I, O, S>::new_unsync`
...
973 | pub fn new_unsync<F, Fu>(action_fn: F) -> Self
| ---------- required by a bound in this associated function
```
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: