@taiga-ui/addon-doc 3.20.0-dev.main-47eb6ae → 3.20.0-dev.main-8c5d259

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.
@@ -1196,6 +1196,8 @@
1196
1196
  case "boolean":
1197
1197
  case "function":
1198
1198
  return String(data);
1199
+ default:
1200
+ break;
1199
1201
  }
1200
1202
  if (data instanceof RegExp) {
1201
1203
  return String(data);