@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 CHANGED
@@ -2192,7 +2192,7 @@ function I18nProvider({
2192
2192
  function isDevToolsEnabled() {
2193
2193
  if (typeof window === "undefined") return false;
2194
2194
  const host = window.location.hostname;
2195
- return host.includes(".staging.") || host === "localhost" || host === "127.0.0.1";
2195
+ return host.includes("staging.usehook.net") || host === "localhost" || host === "127.0.0.1";
2196
2196
  }
2197
2197
 
2198
2198
  // src/dev/DevSkipOnboardingFab.tsx