@lowentry/react-redux 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LeRed.js +0 -1
  2. package/package.json +1 -1
package/LeRed.js CHANGED
@@ -828,7 +828,6 @@ export const LeRed = (() =>
828
828
 
829
829
  LeRed.useCallback = (callable, comparingValues, equalsComparator) =>
830
830
  {
831
- console.log('LeRed callback');
832
831
  equalsComparator = fixEqualsComparator(equalsComparator, 'LeRed.useCallback() was given an invalid comparator:');
833
832
  comparingValues = ARRAY(comparingValues);
834
833
  // eslint-disable-next-line react-hooks/rules-of-hooks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Provides utilities for React and Redux.",