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 c32a0b2 commit fb38fa6Copy full SHA for fb38fa6
README.md
@@ -80,7 +80,6 @@ class Example extends ImmutablePureComponent {
80
render() {...}
81
}
82
83
-// I know looks strage but this is only example alight with Immutable@4 policy of mixing types
84
let data = Immutable.Map({ check: new Map([['me', true]]) })
85
86
ReactDOM.render(<Example data={data} onChange={() => {}}, root);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-immutable-pure-component",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "React PureComponent implementation embracing Immutable.js",
5
"main": "lib/react-immutable-pure-component.js",
6
"module": "lib/react-immutable-pure-component.es.js",
0 commit comments