mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Add ContextHandle in yew::prelude (#2372)
* Adds ContextHandle in yew::prelude * Adds ContextHandle in yew::prelude Added ContextHandle in /yew/src/lib.rs and updated stderr with test-overwrite * Formats code using cargo fmt * Revert "Adds ContextHandle in yew::prelude" This reverts commit abdf21f2d523ac2df56cca3d29f8860dbefc5cc5.
This commit is contained in:
parent
31afa9de49
commit
4580d94c59
@ -376,7 +376,7 @@ where
|
||||
pub mod prelude {
|
||||
pub use crate::app_handle::AppHandle;
|
||||
pub use crate::callback::Callback;
|
||||
pub use crate::context::ContextProvider;
|
||||
pub use crate::context::{ContextHandle, ContextProvider};
|
||||
pub use crate::events::*;
|
||||
pub use crate::html::{
|
||||
create_portal, BaseComponent, Children, ChildrenWithProps, Classes, Component, Context,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user