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 f92bbdb commit 37c00a2Copy full SHA for 37c00a2
README.md
@@ -561,7 +561,7 @@ const data = compileSchema({
561
console.log(data); // {}
562
```
563
564
-_Note_ object and array-properties will still be added if required:
+**Note** object and array-properties will still be added if required:
565
566
```ts
567
const data = compileSchema({
@@ -571,7 +571,7 @@ const data = compileSchema({
571
console.log(data); // { valid: {} }
572
573
574
-_Note_ enforced array-items will be `undefined` if required and `initialValues: false`
+**Note** enforced array-items will be `undefined` if required and `initialValues: false`
575
576
577
0 commit comments