optimized-react-component-library-xyz123 3.1.0 → 3.2.0
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3273,6 +3273,7 @@ var QuestionGroup = ({
|
|
|
3273
3273
|
});
|
|
3274
3274
|
}, [questions]);
|
|
3275
3275
|
const groupQuestions = /* @__PURE__ */ jsx25(Fragment19, { children: questions.map((question, index) => {
|
|
3276
|
+
var _a2;
|
|
3276
3277
|
return /* @__PURE__ */ jsx25(Fragment18, { children: /* @__PURE__ */ jsx25(
|
|
3277
3278
|
QuestionRenderer_default,
|
|
3278
3279
|
{
|
|
@@ -3281,7 +3282,7 @@ var QuestionGroup = ({
|
|
|
3281
3282
|
activatedLanguage,
|
|
3282
3283
|
showPreview
|
|
3283
3284
|
}
|
|
3284
|
-
) }, "question-" + index);
|
|
3285
|
+
) }, (_a2 = question.id) != null ? _a2 : "question-" + index);
|
|
3285
3286
|
}) });
|
|
3286
3287
|
switch (wrapperElement) {
|
|
3287
3288
|
case "fieldset":
|