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 18da621 commit d2dfe5dCopy full SHA for d2dfe5d
src/components.rs
@@ -4,7 +4,7 @@ use wasm_bindgen::prelude::*;
4
5
crate::macro_import::wasm_bindgen_react! {
6
#[wasm_bindgen(js_namespace = React)]
7
- static Fragment: JsValue;
+ pub static Fragment: JsValue;
8
9
- static StrictMode: JsValue;
+ pub static StrictMode: JsValue;
10
}
0 commit comments