We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35039b9 commit 9885067Copy full SHA for 9885067
packages/docs-router/src/doc_examples/untested_06/asynchronous.rs
@@ -639,7 +639,7 @@ mod use_server_future_streaming {
639
// ANCHOR: use_server_future_streaming
640
fn main() {
641
dioxus::LaunchBuilder::new()
642
- .with_context(server_only! {
+ .with_cfg(server_only! {
643
// Enable out of order streaming during SSR
644
dioxus::fullstack::ServeConfig::builder().enable_out_of_order_streaming()
645
})
0 commit comments