@awell-health/ui-library 0.1.42 → 0.1.43
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37345,7 +37345,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
37345
37345
|
return [2, updatedQuestions];}
|
|
37346
37346
|
|
|
37347
37347
|
});
|
|
37348
|
-
});}, [questions]);
|
|
37348
|
+
});}, [JSON.stringify(questions)]);
|
|
37349
37349
|
React.useEffect(function () {
|
|
37350
37350
|
var _a;
|
|
37351
37351
|
if (!formMethods.formState.isDirty ||
|
|
@@ -37442,7 +37442,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
37442
37442
|
return [2, updatedQuestions];}
|
|
37443
37443
|
|
|
37444
37444
|
});
|
|
37445
|
-
});}, [questions]);
|
|
37445
|
+
});}, [JSON.stringify(questions)]);
|
|
37446
37446
|
React.useEffect(function () {
|
|
37447
37447
|
var _a;
|
|
37448
37448
|
if (!formMethods.formState.isDirty ||
|