@asaleh37/ui-base 25.8.1-5.6 → 25.8.1-5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "25.8.15.6",
3
+ "version": "25.8.15.7",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -112,7 +112,7 @@ const App: React.FC<AppInfo> = (props: AppInfo) => {
112
112
  };
113
113
  }
114
114
  dispatch(setStoresMetaData(commonStores));
115
- }, []);
115
+ }, [props]);
116
116
  return (
117
117
  <ThemeProvider theme={theme}>
118
118
  <Layout />