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
Copy file name to clipboardExpand all lines: packages/server/src/config.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ impl ServeConfigBuilder {
114
114
}
115
115
116
116
/// Provide context to the root and server functions. You can use this context while rendering with [`consume_context`](dioxus_lib::prelude::consume_context)
117
-
/// or in server functions with [`FromContext`](crate::prelude::FromContext).
117
+
/// or in server functions with [`FromContext`](crate::FromContext).
118
118
///
119
119
///
120
120
/// The context providers passed into this method will be called when the context type is requested which may happen many times in the lifecycle of the application.
@@ -183,7 +183,7 @@ impl ServeConfigBuilder {
183
183
}
184
184
185
185
/// Provide context to the root and server functions. You can use this context
186
-
/// while rendering with [`consume_context`](dioxus_lib::prelude::consume_context) or in server functions with [`FromContext`](crate::prelude::FromContext).
186
+
/// while rendering with [`consume_context`](dioxus_lib::prelude::consume_context) or in server functions with [`FromContext`](crate::FromContext).
187
187
///
188
188
///
189
189
/// The context providers passed into this method will be called when the context type is requested which may happen many times in the lifecycle of the application.
@@ -247,7 +247,7 @@ impl ServeConfigBuilder {
247
247
}
248
248
249
249
/// Provide context to the root and server functions. You can use this context while rendering with [`consume_context`](dioxus_lib::prelude::consume_context)
250
-
/// or in server functions with [`FromContext`](crate::prelude::FromContext).
250
+
/// or in server functions with [`FromContext`](crate::FromContext).
251
251
///
252
252
/// Context will be forwarded from the LaunchBuilder if it is provided.
0 commit comments