dirk-cfx-react 1.1.44 → 1.1.46
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +2 -2
- package/dist/providers/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2535,8 +2535,8 @@ function DirkProvider({ children, overideResourceName, themeOverride }) {
|
|
|
2535
2535
|
});
|
|
2536
2536
|
}, [overideResourceName]);
|
|
2537
2537
|
React3.useEffect(() => {
|
|
2538
|
-
|
|
2539
|
-
|
|
2538
|
+
fetchNui("NUI_READY").catch(() => {
|
|
2539
|
+
});
|
|
2540
2540
|
fetchNui("GET_SETTINGS").then((data) => {
|
|
2541
2541
|
useSettings.setState({
|
|
2542
2542
|
...data
|