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 2b30438 commit ffbb119Copy full SHA for ffbb119
stories/__snapshots__/storyshots.test.js.snap
@@ -2243,6 +2243,18 @@ exports[`Storyshots Basics Add and remove nodes programmatically 1`] = `
2243
>
2244
Add more
2245
</button>
2246
+ <br />
2247
+ <label
2248
+ Htmlfor="addAsFirstChild"
2249
+ >
2250
+ Add new nodes at start
2251
+ <input
2252
+ checked={false}
2253
+ name="addAsFirstChild"
2254
+ onChange={[Function]}
2255
+ type="checkbox"
2256
+ />
2257
+ </label>
2258
</div>
2259
<br />
2260
<form
0 commit comments