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 1e3772a commit 0eedb24Copy full SHA for 0eedb24
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.0.0-alpha.4](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-11-06)
2
+
3
4
+### Features
5
6
+* unsafe React.useEffect ([05f851f](https://github.com/frender-rs/react-sys/commit/05f851faa72d58262971af6109ac60472eef0432))
7
8
# [1.0.0-alpha.3](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-11-06)
9
10
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "react-sys"
-version = "1.0.0-alpha.3" # replace version
+version = "1.0.0-alpha.4" # replace version
edition = "2018"
description = "React bindings for rust"
license = "MIT"
0 commit comments