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 ad33786 commit cd880c1Copy full SHA for cd880c1
README.md
@@ -12,7 +12,7 @@ Rust bindings for `React`.
12
`Cargo.toml`
13
14
```toml
15
-react-sys = "1.0.0-alpha.7"
+react-sys = "1.0.0-alpha.8"
16
```
17
18
Though the version is at `1.x-alpha`,
src/use_ref/helpers.rs
@@ -9,6 +9,12 @@ define_react_use_ref_helpers! {
9
use_ref_usize,
10
use_ref_usize_with,
11
},
+ {
+ value: Option<usize>,
+ object: MutableRefObjectOptionalUsize,
+ use_ref_optional_usize,
+ use_ref_optional_usize_with,
+ },
{
19
value: bool,
20
object: MutableRefObjectBool,
0 commit comments