downshift 9.0.0 → 9.0.1

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.
@@ -1960,7 +1960,7 @@ function useA11yMessageStatus(getA11yStatusMessage, options, dependencyArray, en
1960
1960
  updateA11yStatus(status, document);
1961
1961
 
1962
1962
  // eslint-disable-next-line react-hooks/exhaustive-deps
1963
- }, [dependencyArray]);
1963
+ }, dependencyArray);
1964
1964
 
1965
1965
  // Cleanup the status message container.
1966
1966
  React.useEffect(function () {
@@ -1948,7 +1948,7 @@ function useA11yMessageStatus(getA11yStatusMessage, options, dependencyArray, en
1948
1948
  updateA11yStatus(status, document);
1949
1949
 
1950
1950
  // eslint-disable-next-line react-hooks/exhaustive-deps
1951
- }, [dependencyArray]);
1951
+ }, dependencyArray);
1952
1952
 
1953
1953
  // Cleanup the status message container.
1954
1954
  useEffect(function () {
@@ -1818,7 +1818,7 @@ function useA11yMessageStatus(getA11yStatusMessage, options, dependencyArray, en
1818
1818
  updateA11yStatus(status, document);
1819
1819
 
1820
1820
  // eslint-disable-next-line react-hooks/exhaustive-deps
1821
- }, [dependencyArray]);
1821
+ }, dependencyArray);
1822
1822
 
1823
1823
  // Cleanup the status message container.
1824
1824
  React.useEffect(function () {
@@ -1955,7 +1955,7 @@ function useA11yMessageStatus(getA11yStatusMessage, options, dependencyArray, en
1955
1955
  updateA11yStatus(status, document);
1956
1956
 
1957
1957
  // eslint-disable-next-line react-hooks/exhaustive-deps
1958
- }, [dependencyArray]);
1958
+ }, dependencyArray);
1959
1959
 
1960
1960
  // Cleanup the status message container.
1961
1961
  React.useEffect(function () {
@@ -3308,7 +3308,7 @@
3308
3308
  updateA11yStatus(status, document);
3309
3309
 
3310
3310
  // eslint-disable-next-line react-hooks/exhaustive-deps
3311
- }, [dependencyArray]);
3311
+ }, dependencyArray);
3312
3312
 
3313
3313
  // Cleanup the status message container.
3314
3314
  React.useEffect(function () {