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 9b07755 commit 9344a72Copy full SHA for 9344a72
README.md
@@ -12,7 +12,7 @@ Rust bindings for `React`.
12
`Cargo.toml`
13
14
```toml
15
-react-sys = "1.0.0-alpha.8"
+react-sys = "1.0.0-alpha.9"
16
```
17
18
Though the version is at `1.x-alpha`,
src/react_dom.rs
@@ -22,5 +22,5 @@ macro_rules! wasm_bindgen_react_dom {
22
23
wasm_bindgen_react_dom! {
24
#[wasm_bindgen(js_namespace = ReactDOM)]
25
- fn render(react_element: &crate::Element, dom_element: &web_sys::Element);
+ pub fn render(react_element: &crate::Element, dom_element: &web_sys::Element);
26
}
0 commit comments