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 +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +0 -1
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.d.cts +1 -1
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +0 -1
- package/dist/providers/index.js.map +1 -1
- package/package.json +1 -1
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 },
|