Skip to content

Commit f428fc8

Browse files
committed
feat: derive Debug Clone for ElementMutableRefObject
1 parent cb36789 commit f428fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/use_ref/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mod helpers;
77
pub use helpers::*;
88

99
wasm_bindgen_react! {
10+
#[derive(Debug, Clone)]
1011
pub type MutableRefObject;
1112
#[wasm_bindgen(structural, method, getter)]
1213
pub fn current(this: &MutableRefObject) -> JsValue;

0 commit comments

Comments
 (0)