import React, {useState} from 'react'; function TestComponent() { const [text, setText] = useState(''); return (