@lessondesk/react-table-context
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -284,2 +284,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
_this.refresh = function () { | ||
_this.clearCache(); | ||
_this.handleUpdate(); | ||
@@ -286,0 +288,0 @@ }; |
{ | ||
"name": "@lessondesk/react-table-context", | ||
"description": "Flexible Table Provider & Consumer", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "dist/react-table-context.js", | ||
@@ -6,0 +6,0 @@ "source": "src/index.js", |
@@ -218,2 +218,3 @@ import React, { createContext, Component } from 'react' | ||
refresh = () => { | ||
this.clearCache() | ||
this.handleUpdate() | ||
@@ -220,0 +221,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25634
610