@dexteel/mesf-core 3.10.3 → 3.10.4

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.esm.js CHANGED
@@ -5710,7 +5710,9 @@ function Logout() {
5710
5710
  var _a = useSearchParams(), params = _a[0]; _a[1];
5711
5711
  var logout = function () {
5712
5712
  clearUserData();
5713
- navigate("/?".concat(params.toString()));
5713
+ setTimeout(function () {
5714
+ navigate("/?".concat(params.toString()));
5715
+ }, 0);
5714
5716
  };
5715
5717
  useEffect(function () {
5716
5718
  logout();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexteel/mesf-core",
3
- "version": "3.10.3",
3
+ "version": "3.10.4",
4
4
  "author": "Dexteel Team",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",