react-r2d2
Advanced tools
+1
-1
@@ -198,3 +198,3 @@ (function (global, factory) { | ||
| type: PropTypes.string, | ||
| payload: PropTypes.object | ||
| payload: PropTypes.any | ||
| }).isRequired, | ||
@@ -201,0 +201,0 @@ |
+1
-1
@@ -192,3 +192,3 @@ import React, { Component } from 'react'; | ||
| type: PropTypes.string, | ||
| payload: PropTypes.object | ||
| payload: PropTypes.any | ||
| }).isRequired, | ||
@@ -195,0 +195,0 @@ |
+1
-1
@@ -197,3 +197,3 @@ 'use strict'; | ||
| type: PropTypes.string, | ||
| payload: PropTypes.object | ||
| payload: PropTypes.any | ||
| }).isRequired, | ||
@@ -200,0 +200,0 @@ |
+1
-1
| { | ||
| "name": "react-r2d2", | ||
| "version": "0.2.9", | ||
| "version": "0.3.0", | ||
| "description": "HOC for dispatching an action automatically on component render", | ||
@@ -5,0 +5,0 @@ "keywords": ["react", "higher", "order", "component", "redux", "dispatch", "store"], |
29635
-0.03%