@jsonforms/material-renderers 3.7.0 → 3.8.0-alpha.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.
@@ -798,7 +798,7 @@ var MaterialOneOfRenderer = function (_a) {
798
798
  }, [handleChange, core.createDefaultValue, newSelectedIndex]);
799
799
  var handleTabChange = React.useCallback(function (_event, newOneOfIndex) {
800
800
  setNewSelectedIndex(newOneOfIndex);
801
- if (isEmpty__default["default"](data)) {
801
+ if (data === undefined) {
802
802
  openNewTab(newOneOfIndex);
803
803
  }
804
804
  else {