We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a244e commit b94c5fcCopy full SHA for b94c5fc
packages/builders/src/components/Assertions.ts
@@ -50,6 +50,9 @@ export const labelValueDescriptionValidator = s
50
.lengthLessThanOrEqual(100)
51
.setValidationEnabled(isValidationEnabled);
52
53
+/**
54
+ * @deprecated Replaced with selectMenuStringOptionPredicate.
55
+ */
56
export const jsonOptionValidator = s
57
.object({
58
label: labelValueDescriptionValidator,
0 commit comments