react-hooks-combine
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -0,3 +1,6 @@ | ||
# 1.7.2 | ||
- Update internals and readme.md | ||
# 1.7.1 | ||
- Update internals and README.md | ||
- Update internals and readme.md | ||
@@ -4,0 +7,0 @@ # 1.7.0 |
{ | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"name": "react-hooks-combine", | ||
@@ -4,0 +4,0 @@ "description": "React hooks powered, recompose like utility belt for ladies and gentlemen.", |
@@ -208,3 +208,3 @@ # React hooks combine | ||
}, ['counterState']), // <- deps for useCallback (CHECK API TO LEARN MORE) | ||
) | ||
)(CounterComponent) | ||
@@ -231,5 +231,5 @@ ``` | ||
}, ['count']), // <- deps for useCallback (CHECK API TO LEARN MORE) | ||
) | ||
)(CounterComponent) | ||
``` | ||
__OR WHICHEVER YOU LIKE...__ |
39872