Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-08-19 02:44:18 +02:00
parent 4a6ae5dfd8
commit d7128c963f
3 changed files with 22 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ const Input = Component.makeUntraced(function* Input() {
<Container>
<IntTextFieldInputFC ref={intRef1} />
<StringTextFieldInputFC ref={stringRef} />
<TextField.Root value={str} onChange={e => setStr(e.target.value)} />
<StringTextFieldInputFC ref={stringRef} />
</Container>
)
}).pipe(