@portnet/ui 0.0.58 → 0.0.59

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.
@@ -52,6 +52,7 @@ const dataFetchingReducer = (state, _ref) => {
52
52
  }
53
53
  };
54
54
  const PuiSimpleReferentielField = _ref2 => {
55
+ var _simpleReferentielDat;
55
56
  let {
56
57
  id,
57
58
  className,
@@ -143,7 +144,7 @@ const PuiSimpleReferentielField = _ref2 => {
143
144
  helperText: helperText || dataFetchingState.error,
144
145
  readOnly: readOnly || dataFetchingState.isFailed,
145
146
  loading: dataFetchingState.isLoading,
146
- options: simpleReferentielData[searchKey].filter(filterFunc),
147
+ options: (_simpleReferentielDat = simpleReferentielData[searchKey]) === null || _simpleReferentielDat === void 0 ? void 0 : _simpleReferentielDat.filter(filterFunc),
147
148
  onChange,
148
149
  isOptionEqualToValue,
149
150
  getOptionKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",