@esvndev/es-react-config-setting 1.0.82 → 1.0.83

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
@@ -17409,7 +17409,7 @@ const _FETCH_AND_UPDATE = async () => {
17409
17409
  };
17410
17410
  //Add variable to localstorage
17411
17411
  const _LOAD_ = (data) => {
17412
- let _ = [];
17412
+ let _ = data;
17413
17413
  if (!data) {
17414
17414
  const _json = localStorage.getItem("app_config_setting");
17415
17415
  try {