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 66e8ad3 commit 0b8183dCopy full SHA for 0b8183d
packages/yew/tests/hydration.rs
@@ -364,7 +364,7 @@ async fn hydration_with_suspense_not_suspended_at_start() {
364
365
Ok(html! {
366
<div class="content-area">
367
- <textarea value={value.to_string()} oninput={on_text_input}/>
+ <textarea value={value.to_string()} oninput={on_text_input} />
368
<div class="action-area">
369
<button class="take-a-break" onclick={on_take_a_break}>{"Take a break!"}</button>
370
</div>
0 commit comments