@wacht/jsx 0.0.1-alpha.32 → 0.0.1-alpha.33
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -25,7 +25,7 @@ function jb({
|
|
|
25
25
|
if (!m)
|
|
26
26
|
throw new Error("Invalid public key");
|
|
27
27
|
let b = atob(m), x = g === "test", $ = null;
|
|
28
|
-
if (new URLSearchParams(window.location.search).has("
|
|
28
|
+
if (new URLSearchParams(window.location.search).has("__dev_session__")) {
|
|
29
29
|
$ = new URLSearchParams(window.location.search).get(
|
|
30
30
|
"__dev_session__"
|
|
31
31
|
), localStorage.setItem("__dev_session__", $ ?? "");
|