@portnet/ui 0.0.75 → 0.0.76

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.
@@ -204,7 +204,7 @@ const PuiFormikAutocomplete = /*#__PURE__*/React.forwardRef((_ref3, ref) => {
204
204
  formikContext.setFieldValue(name, getOptionValue(option));
205
205
  }
206
206
  // eslint-disable-next-line react-hooks/exhaustive-deps
207
- }, [value]);
207
+ }, [value, options]);
208
208
  React.useEffect(() => {
209
209
  if (!Boolean(field.value)) {
210
210
  setSelectedOption(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",