@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user