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
18 | use_async(async move { ethereum.connect().await })
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait yew::Hook is not implemented for impl yew::functional::hooks::Hook<Output = UseAsyncHandle<(), std::string::String>> + '_
|
= help: the trait yew::Hook is implemented for BoxedHook<'_, T>
For more information about this error, try rustc --explain E0277.
error: could not compile yew-ethereum-provider due to previous error
2023-03-04T15:48:47.292634Z ERROR ❌ error
error from HTML pipeline
The text was updated successfully, but these errors were encountered:
Thanks, I was using the nightly/next version of yew a long time ago, it's unsurprising compatibility has drifted. I didn't realise people were even using this, so I'll take a look into it.
18 | use_async(async move { ethereum.connect().await })
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait
yew::Hook
is not implemented forimpl yew::functional::hooks::Hook<Output = UseAsyncHandle<(), std::string::String>> + '_
|
= help: the trait
yew::Hook
is implemented forBoxedHook<'_, T>
For more information about this error, try
rustc --explain E0277
.error: could not compile
yew-ethereum-provider
due to previous error2023-03-04T15:48:47.292634Z ERROR ❌ error
error from HTML pipeline
The text was updated successfully, but these errors were encountered: