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
in use_store
let (store, dispatch):(Rc,Dispatch) = use_store::();
Error: the trait bound impl yew::functional::hooks::Hook<Output = (Rc<store::Store>, yewdux::dispatch::Dispatch<store::Store>)> + '_: Hook is not satisfied
the trait Hook is implemented for BoxedHook<'_, T>