@thanh01.pmt/interactive-quiz-kit 1.0.39 → 1.0.40
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/react-ui.cjs +2 -2
- package/dist/react-ui.mjs +2 -2
- package/package.json +1 -1
package/dist/react-ui.cjs
CHANGED
|
@@ -163693,9 +163693,9 @@ var ClientTranslation = ({ tKey, options, fallback: fallback2 }) => {
|
|
|
163693
163693
|
setIsMounted(true);
|
|
163694
163694
|
}, []);
|
|
163695
163695
|
if (!isMounted) {
|
|
163696
|
-
return /* @__PURE__ */
|
|
163696
|
+
return /* @__PURE__ */ React162__namespace.default.createElement(React162__namespace.default.Fragment, null, fallback2);
|
|
163697
163697
|
}
|
|
163698
|
-
return /* @__PURE__ */
|
|
163698
|
+
return /* @__PURE__ */ React162__namespace.default.createElement(React162__namespace.default.Fragment, null, t4(tKey, options));
|
|
163699
163699
|
};
|
|
163700
163700
|
|
|
163701
163701
|
// src/react-ui/components/app/PersonalPracticeDashboard.tsx
|
package/dist/react-ui.mjs
CHANGED
|
@@ -163667,9 +163667,9 @@ var ClientTranslation = ({ tKey, options, fallback: fallback2 }) => {
|
|
|
163667
163667
|
setIsMounted(true);
|
|
163668
163668
|
}, []);
|
|
163669
163669
|
if (!isMounted) {
|
|
163670
|
-
return /* @__PURE__ */
|
|
163670
|
+
return /* @__PURE__ */ React162__default.createElement(React162__default.Fragment, null, fallback2);
|
|
163671
163671
|
}
|
|
163672
|
-
return /* @__PURE__ */
|
|
163672
|
+
return /* @__PURE__ */ React162__default.createElement(React162__default.Fragment, null, t4(tKey, options));
|
|
163673
163673
|
};
|
|
163674
163674
|
|
|
163675
163675
|
// src/react-ui/components/app/PersonalPracticeDashboard.tsx
|
package/package.json
CHANGED