tp-react-elements-dev 1.6.4 → 1.6.7
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.
package/dist/index.js
CHANGED
|
@@ -71696,7 +71696,7 @@ const SingleSelectSearchApi = ({ props }) => {
|
|
|
71696
71696
|
});
|
|
71697
71697
|
return () => controller.abort();
|
|
71698
71698
|
// }
|
|
71699
|
-
}, [searchValue, props.getValues(props.item.name), props.item.ApiInstance, (_a = props === null || props === void 0 ? void 0 : props.item) === null || _a === void 0 ? void 0 : _a.autoFIll, props.item.AxiosInstance]);
|
|
71699
|
+
}, [searchValue, props.getValues(props.item.name), props.item.ApiInstance, (_a = props === null || props === void 0 ? void 0 : props.item) === null || _a === void 0 ? void 0 : _a.autoFIll, props.item.AxiosInstance, props.item.tokenInstance]);
|
|
71700
71700
|
React$1.useEffect(() => {
|
|
71701
71701
|
var _a;
|
|
71702
71702
|
if ((_a = props.item) === null || _a === void 0 ? void 0 : _a.ApiInstanceReferal) {
|