@pdg/react-form 1.1.3 → 1.1.4
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.esm.js +0 -2
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -9087,7 +9087,6 @@ var PFormMonthPicker = React.forwardRef(function (_a, ref) {
|
|
|
9087
9087
|
if (ratingRef.current) {
|
|
9088
9088
|
inputRef.current = ratingRef.current.querySelector('input') || undefined;
|
|
9089
9089
|
}
|
|
9090
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
9091
9090
|
}, []);
|
|
9092
9091
|
useFirstSkipEffect(function () {
|
|
9093
9092
|
if (open) {
|
|
@@ -9797,7 +9796,6 @@ var PFormYearPicker = React.forwardRef(function (_a, ref) {
|
|
|
9797
9796
|
if (ratingRef.current) {
|
|
9798
9797
|
inputRef.current = ratingRef.current.querySelector('input') || undefined;
|
|
9799
9798
|
}
|
|
9800
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
9801
9799
|
}, []);
|
|
9802
9800
|
useFirstSkipEffect(function () {
|
|
9803
9801
|
if (open) {
|
package/dist/index.js
CHANGED
|
@@ -9087,7 +9087,6 @@ var PFormMonthPicker = React.forwardRef(function (_a, ref) {
|
|
|
9087
9087
|
if (ratingRef.current) {
|
|
9088
9088
|
inputRef.current = ratingRef.current.querySelector('input') || undefined;
|
|
9089
9089
|
}
|
|
9090
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
9091
9090
|
}, []);
|
|
9092
9091
|
reactHook.useFirstSkipEffect(function () {
|
|
9093
9092
|
if (open) {
|
|
@@ -9797,7 +9796,6 @@ var PFormYearPicker = React.forwardRef(function (_a, ref) {
|
|
|
9797
9796
|
if (ratingRef.current) {
|
|
9798
9797
|
inputRef.current = ratingRef.current.querySelector('input') || undefined;
|
|
9799
9798
|
}
|
|
9800
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
9801
9799
|
}, []);
|
|
9802
9800
|
reactHook.useFirstSkipEffect(function () {
|
|
9803
9801
|
if (open) {
|