@zat-design/sisyphus-react 3.4.12-beta.4 → 3.4.12-beta.6
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.
|
@@ -185,7 +185,7 @@ var useShouldUpdate = function useShouldUpdate(props) {
|
|
|
185
185
|
showRef.current = _show;
|
|
186
186
|
disabledRef.current = _disabled;
|
|
187
187
|
requiredRef.current = _required;
|
|
188
|
-
rulesRef.current = _rules
|
|
188
|
+
rulesRef.current = _rules;
|
|
189
189
|
originComponentRef.current = _component;
|
|
190
190
|
fieldPropsRef.current = _fieldProps;
|
|
191
191
|
reRender({});
|
|
@@ -192,7 +192,7 @@ var useShouldUpdate = function useShouldUpdate(props) {
|
|
|
192
192
|
showRef.current = _show;
|
|
193
193
|
disabledRef.current = _disabled;
|
|
194
194
|
requiredRef.current = _required;
|
|
195
|
-
rulesRef.current = _rules
|
|
195
|
+
rulesRef.current = _rules;
|
|
196
196
|
originComponentRef.current = _component;
|
|
197
197
|
fieldPropsRef.current = _fieldProps;
|
|
198
198
|
reRender({});
|