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.cjs CHANGED
@@ -2446,7 +2446,6 @@ function DirkProvider({ children, themeOverride }) {
2446
2446
  customTheme,
2447
2447
  game
2448
2448
  } = useSettings();
2449
- if (!hydrated) return null;
2450
2449
  const mergedTheme = React3.useMemo(
2451
2450
  () => mergeMantineThemeSafe(
2452
2451
  { ...theme_default, primaryColor, primaryShade },