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 dd6e4ef commit e165eb7Copy full SHA for e165eb7
src/use_ref/helpers.rs
@@ -23,13 +23,13 @@ define_react_use_ref_helpers! {
23
},
24
{
25
value: web_sys::HtmlElement,
26
- object: MutableRefObjectHtmlElment,
+ object: MutableRefObjectHtmlElement,
27
use_ref_html_element,
28
use_ref_html_element_with,
29
30
31
value: Option<web_sys::HtmlElement>,
32
- object: MutableRefObjectOptionalHtmlElment,
+ object: MutableRefObjectOptionalHtmlElement,
33
use_ref_optional_html_element,
34
use_ref_optional_html_element_with,
35
0 commit comments