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 94dcd97 commit 4c1fa45Copy full SHA for 4c1fa45
example/src/App.tsx
@@ -235,7 +235,7 @@ export function Form() {
235
onClick={() => {
236
setValues([
237
...values,
238
- ...Array(50)
+ ...Array(10)
239
.fill(0)
240
.map((_, i) => ({
241
message: "Fix this " + i,
@@ -244,7 +244,7 @@ export function Form() {
244
]);
245
}}
246
>
247
- Add 50 items
+ Add 10 items
248
</button>
249
</VisualRender>
250
)}
0 commit comments