Н
Size: a a a
ei
TP
А
...
const [key, setKey] = useState();
...
return <Form setKey={setKey} ... />;
...
const [key, setKey] = useState();
...
return <Form key={key} ... />;
IL
NJ
В
NJ
return <Form key={key} setKey={setKey}... />;
А
А
TP
В
ei
А
В
ei
TP
NJ