@hook-sdk/template 0.23.2 → 0.23.3
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2101,7 +2101,7 @@ function I18nProvider({
|
|
|
2101
2101
|
function isDevToolsEnabled() {
|
|
2102
2102
|
if (typeof window === "undefined") return false;
|
|
2103
2103
|
const host = window.location.hostname;
|
|
2104
|
-
return host.includes("
|
|
2104
|
+
return host.includes("staging.usehook.net") || host === "localhost" || host === "127.0.0.1";
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
2107
|
// src/dev/DevSkipOnboardingFab.tsx
|