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 a2816d3 commit ff2b96fCopy full SHA for ff2b96f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## react-coroutine v0.3.1
2
+
3
+ * Cancel async iterator when a component was unmounted or received new props
4
5
## react-coroutine v0.3.0
6
7
* Removed `invariant` dependency
package.json
@@ -1,6 +1,6 @@
{
"name": "react-coroutine",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "React Components as Coroutines",
"main": "lib/Coroutine.js",
"scripts": {
0 commit comments