dirk-cfx-react 1.1.6 → 1.1.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/dist/index.js CHANGED
@@ -2437,7 +2437,6 @@ function DirkProvider({ children, themeOverride }) {
2437
2437
  customTheme,
2438
2438
  game
2439
2439
  } = useSettings();
2440
- if (!hydrated) return null;
2441
2440
  const mergedTheme = useMemo(
2442
2441
  () => mergeMantineThemeSafe(
2443
2442
  { ...theme_default, primaryColor, primaryShade },